/v1/users
- Create a user/v1/users/<username>
- Update a user/v1/users/<username>
- Delete a user/@<username>
- View user profile/@<username>
- Update user profile/v1/users/<username>/graphs
- Create a graph/v1/users/<username>/graphs
- Get graph definitions/v1/users/<username>/graphs/<graphID>/graph-def
- Get a graph definition/v1/users/<username>/graphs/<graphID>
- Get a graph SVG/v1/users/<username>/graphs/<graphID>
- Update a graph/v1/users/<username>/graphs/<graphID>
- Delete a graph/v1/users/<username>/graphs/<graphID>.html
- View a graph detail/v1/users/<username>/graphs/<graphID>/pixels
- Get graph pixels list/v1/users/<username>/graphs/<graphID>/stats
- Get a graph stats/v1/users/<username>/graphs/<graphID>/latest
- Get latest pixel/v1/users/<username>/graphs/<graphID>
- Post a pixel/v1/users/<username>/graphs/<graphID>/pixels
- Post multiple pixels/v1/users/<username>/graphs/<graphID>/<yyyyMMdd>
- Get a pixel/v1/users/<username>/graphs/<graphID>/<yyyyMMdd>
- Update a pixel/v1/users/<username>/graphs/<graphID>/<yyyyMMdd>
- Delete a pixel/v1/users/<username>/graphs/<graphID>/<yyyyMMdd>/retina
- Displays the Pixel in a higher resolution/v1/users/<username>/graphs/<graphID>/increment
- Increment a pixel/v1/users/<username>/graphs/<graphID>/decrement
- Decrement a pixel/v1/users/<username>/graphs/<graphID>/add
- Add to a pixel/v1/users/<username>/graphs/<graphID>/subtract
- Subtract from a pixel/v1/users/<username>/graphs/<graphID>/stopwatch
- Measuring and recording time/v1/users/<username>/webhooks
- Create a webhook/v1/users/<username>/webhooks
- Get webhooks/v1/users/<username>/webhooks/<webhookHash>
- Invoke a webhook/v1/users/<username>/webhooks/<webhookHash>
- Delete a webhook