Concrete examples of typical API requests and responses.
GET all contacts: GET /contacts.
GET /contacts
Create a new project: POST /projects with payload { "name": "New Project" }.
POST /projects
{ "name": "New Project" }
... (continue; reorganize how you wish; add more detail)
...@Jase/@Steven
Last updated 2 years ago