API RESTful - 2Gethr/gthr-api GitHub Wiki

API RESTful schema

This is a draft, thanks.

Ressources

Users :monkey:

What's inside ?

Name Description Type
id Identifier int
name Friendly identifier string

List all users

GET /users

Get a user

GET /users/:id

Get user' subscriptions

GET /users/:id/subscriptions

Get user's events

GET /users/:id/events

Those are events in which the user participates

Locations

Subscriptions