Create a REST API endpoint that is capable of recieving POST requests. · Issue #12 · district13labs/mc-aws · GitHub
More Web Proxy on the site http://driver.im/
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
As a user I want to be able to launch servers by calling an endpoint.
In order to be able to communicate with the server we need to have an endpoint, we call it /server.
Through this endpoint we can ask for servers by sending a POST request.
The POST request should be structured as follows:
Uh oh!
There was an error while loading. Please reload this page.
Context
As a user I want to be able to launch servers by calling an endpoint.
In order to be able to communicate with the server we need to have an endpoint, we call it
/server
.Through this endpoint we can ask for servers by sending a POST request.
The POST request should be structured as follows:
Acceptance criteria
Technical recommendation
The text was updated successfully, but these errors were encountered: