An open API service indexing awesome lists of open source software.

https://github.com/saucecodee/apistaff


https://github.com/saucecodee/apistaff

Last synced: 9 months ago
JSON representation

Awesome Lists containing this project

README

          

# APIstaffs

#Staffs's route
-----

GET :: /users => Get all staffs

POST :: /users => Add new user staff

GET :: /users?id=1 => Get a staff with id 1

PUT :: /users?id=1 => Update a staff with id 1

DELETE :: /users?id=1 => Delete a staff with id 1