You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
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.
The text was updated successfully, but these errors were encountered: