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
The User API is done enough to function, now we need to add the bits that lets a user:
create and edit a company
create and edit jobs
create and edit job posts (a job record can be posted multiple times)
Define API #20
POST /job endpoint #14
GET /job endpoint #22
GET /job/{job_id} endpoint #23
PUT /job/{job_id} endpoint #24
GET /job/{job_id}/posting endpoint #25
POST /job/{job_id}/posting endpoint #26
PUT /job/{job_id}/posting endpoint #27
POST /organization endpoint #28
GET /organization/{org_name} endpoint #29
PUST /organization/{org_name} endpoint #30
UML diagram for reference:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The User API is done enough to function, now we need to add the bits that lets a user:
create and edit a company
create and edit jobs
create and edit job posts (a job record can be posted multiple times)
Define API #20
POST /job endpoint #14
GET /job endpoint #22
GET /job/{job_id} endpoint #23
PUT /job/{job_id} endpoint #24
GET /job/{job_id}/posting endpoint #25
POST /job/{job_id}/posting endpoint #26
PUT /job/{job_id}/posting endpoint #27
POST /organization endpoint #28
GET /organization/{org_name} endpoint #29
PUST /organization/{org_name} endpoint #30
UML diagram for reference:
The text was updated successfully, but these errors were encountered: