Skip to content

a sample REST API in Django and Python for employees. Supports GET, POST, PUT, DEL

Notifications You must be signed in to change notification settings

joeyajames/rest_api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

rest_api

a sample REST API in Django and Python for employees. Supports GET, POST, PUT, DEL Some notes on usage:

  • GET /employees/
  • GET /employees/3/
  • PUT /employees/3/ and must include all 3 key/value parameters (name, position, department)
  • POST /employees/ and must include all 3 key/value parameters (name, position, department)
  • DEL /employees/3/

About

a sample REST API in Django and Python for employees. Supports GET, POST, PUT, DEL

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages