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
companies
We should have routes for creating, listing and updating companies entities.
POST /companies
GET /companies/:company_id
GET /companies/:company_id/employees
GET /companies/:company_id/schedulings
PUT /companies/:company_id
DELETE /companies/:company_id
The text was updated successfully, but these errors were encountered:
Hello!
first of all, the companies route now is ready for review 🎉 but i have a question, does we need to use prepared statement?
speaking in security, the prepared statements is a good feature to be added.
Sorry, something went wrong.
No branches or pull requests
Umbrella issue for all
companies
routesWe should have routes for creating, listing and updating
companies
entities.POST /companies
route to create a new company #31GET /companies/:company_id
route to get information about a company #32GET /companies/:company_id/employees
route to get a listing of company's employees #33GET /companies/:company_id/schedulings
route to get a listing of company's schedulings #34PUT /companies/:company_id
route to update information on a company #35DELETE /companies/:company_id
route to deactivate a company #36The text was updated successfully, but these errors were encountered: