Skip to content
Brice Thomas edited this page Feb 24, 2015 · 3 revisions

API RESTful schema

This is a draft, thanks.

Ressources

Users 🐒

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