We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
employee
We should have routes for creating, listing and updating employees entities.
employees
POST /employee
GET /employee/:employee_id
PUT /employee/:employee_id
DELETE /employee/:employee_id
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Umbrella issue for all
employee
routesWe should have routes for creating, listing and updating
employees
entities.POST /employee
route to create a new employee #38GET /employee/:employee_id
route to create a new employee #39PUT /employee/:employee_id
route to update information on a employee #40DELETE /employee/:employee_id
route to deactivate an employee #41The text was updated successfully, but these errors were encountered: