Update README.md

This commit is contained in:
Joe James
2018-08-22 16:58:15 -07:00
committed by GitHub
parent 98f87024b3
commit 27d81384d4

View File

@@ -1,2 +1,8 @@
# 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/