Skip to content

Interface

Walter Pinson edited this page Dec 14, 2017 · 11 revisions

Interface Defnition

Routes

/api/v1/categories

Operation Description
GET Returns a collection of Categories
POST Creates a new Category

/api/v1/categories/:id

Operation Description
DELETE Removes the category identified by the given :id
GET Returns the category identified by the given :id
PUT Modifies the category identified by the given :id

/api/v1/categories/:id/notes

/api/v1/categories/:id/notes/:noteId

Messages

Clone this wiki locally