https://github.com/saucecodee/apistaff
https://github.com/saucecodee/apistaff
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/saucecodee/apistaff
- Owner: saucecodee
- Created: 2019-08-25T18:08:02.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-08-26T14:01:46.000Z (almost 7 years ago)
- Last Synced: 2025-03-29T06:33:41.955Z (about 1 year ago)
- Language: JavaScript
- Size: 48.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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