hands-agency / grandcentral

Grand Central
grandcentral.fr
MIT License
7 stars 0 forks source link

API structure #123

Closed mvdandrieux closed 9 years ago

mvdandrieux commented 9 years ago

Voilà ma proposition basée notamment sur ces ressources

snake_case

Verbs

GET Used to get an item http://cei.local/admin/api.json/item/human/1 récupère tout l'item

PUT Used to create a resource, or overwrite it

POST Used to modify and update a resource

DELETE Used to delete an item

Versioning

v1 , v2..

mvdandrieux commented 9 years ago

1e07a93