This repository has been archived by the owner on Feb 1, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
Create API Gateway #4
Comments
Merged into develop |
macenturalxl1
pushed a commit
to macenturalxl1/Kai
that referenced
this issue
Jan 12, 2021
Refactored ExampleTable and rest tests
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Create an API Gateway (Can be stubbed for now). The endpoints it must support initially are:
GET /graphs - Get all the graphs the user owns
POST /graph - Start a graph in AWS. Data in the post request must include
It should return a REST endpoint, where the graph is located.
DELETE /graph/ deletes the graph at a given URL.
The text was updated successfully, but these errors were encountered: