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

REST API for job submission/output collection #75

Closed
3 tasks
mfitzp opened this issue Sep 11, 2015 · 1 comment · Fixed by #384
Closed
3 tasks

REST API for job submission/output collection #75

mfitzp opened this issue Sep 11, 2015 · 1 comment · Fixed by #384

Comments

@mfitzp
Copy link
Member

mfitzp commented Sep 11, 2015

Support REST APIs for every script. The script parameter definitions already describe the API for us. Basic implementation should support -

  • Job description (API description)
  • Job submission (API key + parameters - return the UUID for the job for subsequent request)
  • Job status/output query (using UUID) to return the status and a links to any ouputs (pass URLs of the output files for compact size/speed)

With this any script on the site will be available via an API interface for integration with other systems.

@Chris7
Copy link
Member

Chris7 commented Sep 11, 2015

We can make checklists here?! Awesome.

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

Successfully merging a pull request may close this issue.

2 participants