Personal Measure API ==================== ### Measure ☐ GET /measure Get a list of all defined measures for this user. ☐ POST /measure Create a new measure (post the definition). ☐ GET /measure/ Get the definition for a specific measure. ☐ DELETE /measure/ Delete a measure (and all values associated with it). ### Values ☐ GET / Get a list of values for a measure. ☐ POST / Add a new value for a measure. ☐ GET // Get the details for a specific value by id. ☐ PUT // Update a value by id. ☐ DELETE / Delete a value by id. ### Auth ☐ GET /auth-token Given a valid username/password combo, get an auth token. ☐ GET /user Given a valid auth token, return the user details. ☐ PSOT /app-token With a valid session, create a new app token. Legend ------ ☐ TODO ☑ Done ☒ Will not do