descriptionTODO REST API (school project)
owneras2023.mta5x@slmail.me
last changeTue, 26 Sep 2023 01:29:02 +0000 (25 22:29 -0300)
content tags
add:
README.md

TODO REST API

Mafalda Burocracia

POST   /items {"name":string} -> {"id":number,"name":string,"done":bool}
GET    /items/id -> {"id":number,"name":string,"done":bool}
PUT    /items/id {"done":bool} -> {"id":number,"name":string,"done":bool}
DELETE /items/id
GET    /items -> [{"id":number,"name":string,"done":bool}]
DELETE /session
shortlog
2023-09-26 Juan ManuelMerge branch 'dummy-session'Gustavomaster
2023-09-26 Juan ManuelMerge branch 'rest-api-server'
2023-09-25 Juan ManuelUpdate battery of tests
2023-09-25 Juan ManuelLogic to delete an item by id
2023-09-25 Juan ManuelLogic to update an item by id
2023-09-25 Juan ManuelLogic to get an item by id
2023-09-25 Juan ManuelLogic to get all items
2023-09-25 Juan ManuelLogic to create an item
2023-09-25 Juan ManuelDelete PHP session before running any test
2023-09-25 Juan ManuelDocument endpoint to delete PHP session
2023-09-25 Juan ManuelNew endpoint to delete (destroy) PHP session
2023-09-25 Juan ManuelUse PHP session as a simple way of storage
2023-09-18 Juan ManuelUse `header` instead of `http_response_code`rest-api-server
2023-09-18 Juan ManuelLoad and call the logic that handles the request
2023-09-18 Juan ManuelFunction name that handles the request
2023-09-18 Juan ManuelFile name from where to load the logic
...
heads
7 months ago rick80
7 months ago benja
7 months ago verom
7 months ago master
7 months ago Gustavo
7 months ago acvidela
7 months ago andrea
7 months ago emacl23
7 months ago adrian
7 months ago rest-api-server
7 months ago virginia
7 months ago Rick80
7 months ago Pamela
7 months ago Nicolas
7 months ago JuanCruz
7 months ago martinc
...