We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Routes needed:
POST /servers
createMinecraftDroplet
GET /servers
GET /servers/{id}
PUT /servers/{id}
PUT /servers/{id}/start
PUT /servers/{id}/stop
DELETE /servers/{id}
killMinecraftDroplet
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Routes needed:
POST /servers
Utilizes do-minecraft'screateMinecraftDroplet
methodGET /servers
Gets all servers for the specified accountGET /servers/{id}
Gets all details for a specific Minecraft serverPUT /servers/{id}
Updates information about a specific Minecraft serverPUT /servers/{id}/start
Starts the DigitalOcean Droplet and the Minecraft Server when that's donePUT /servers/{id}/stop
Stops the Minecraft Server and then the DigitalOcean DropletDELETE /servers/{id}
Deletes a specific Minecraft server and destroys the DigitalOcean droplet using thekillMinecraftDroplet
methodThe text was updated successfully, but these errors were encountered: