https://ry3hp86vhh.execute-api.us-east-2.amazonaws.com/people
- GET /people
- GET /people/{id}
- POST /people
- UPDATE /people/{id}
- DELETE /people/{id}
Method | input |
---|---|
GET | nothing |
GET | nothing |
POST | JSON obj in body |
UPDATE | JSON obj in body |
DELETE | nothing |
- GET /people ==> all the items
- GET /people/id ==> item that match id param
- POST /people ==> item which created
- UPDATE /people/id ==> updated item
- DELETE /people/id ==> empty obj