-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Use two base URLs per resource. Don't use /shoe and /shoes, instead:
GET /shoes— gets a collection of shoesPOST /shoes— adds an item to the collection of shoesGET /shoes/id- gets a specific element in the shoe collection
See API Design Best Practices within http://nosql.how2js.com/API/.
Metadata
Metadata
Assignees
Labels
No labels