Skip to content
New issue

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

Implement restful APIs for job services #3945

Closed
steven-zou opened this issue Jan 7, 2018 · 1 comment
Closed

Implement restful APIs for job services #3945

steven-zou opened this issue Jan 7, 2018 · 1 comment
Assignees
Milestone

Comments

@steven-zou
Copy link
Contributor

steven-zou commented Jan 7, 2018

Expected results:

  • lightweight api server by golang
  • POST /api/v1/jobs
  • GET /api/v1/jobs
  • GET /api/v1/jobs/{job_id}
  • DELETE /api/v1/jobs/{job_id}
  • GET /api/v1/stats
    ....
@steven-zou steven-zou changed the title Investigate and design the final job service architecture Implement restful APIs for job services Mar 2, 2018
@reasonerjt reasonerjt added this to the Sprint 29 milestone Mar 6, 2018
@steven-zou steven-zou self-assigned this Mar 12, 2018
@steven-zou
Copy link
Contributor Author

Restful API is done now

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants