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

API Gateway for Cellpack Server #287

Open
ascibisz opened this issue Sep 18, 2024 · 0 comments
Open

API Gateway for Cellpack Server #287

ascibisz opened this issue Sep 18, 2024 · 0 comments

Comments

@ascibisz
Copy link
Collaborator

Use Case

We want to be able to trigger any functionality the client would want to for the cellpack server via the API gateway. To start, we should have the following endpoints

  • POST /submit-packing: trigger a new cellpack packing for a given recipe and config
  • GET /packing-status: get the status of a submitted packing using the jobID returned from the above POST request
  • GET /logs: get logs from a packing job given the log ID returned from the above GET request

We should be able to test hitting these HTTP endpoints, although eventually we'll certainly want some sort of permissions so not anyone can hit these endpoints.

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

No branches or pull requests

1 participant