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

DigitalOcean Server Routes #2

Open
johnbwoodruff opened this issue Apr 8, 2021 · 0 comments
Open

DigitalOcean Server Routes #2

johnbwoodruff opened this issue Apr 8, 2021 · 0 comments

Comments

@johnbwoodruff
Copy link
Member

johnbwoodruff commented Apr 8, 2021

Routes needed:

  • Create server: POST /servers Utilizes do-minecraft's createMinecraftDroplet method
  • Get All Servers: GET /servers Gets all servers for the specified account
  • Get Server Details: GET /servers/{id} Gets all details for a specific Minecraft server
  • Update Server: PUT /servers/{id} Updates information about a specific Minecraft server
  • Start Server: PUT /servers/{id}/start Starts the DigitalOcean Droplet and the Minecraft Server when that's done
  • Stop Server: PUT /servers/{id}/stop Stops the Minecraft Server and then the DigitalOcean Droplet
  • Delete Server: DELETE /servers/{id} Deletes a specific Minecraft server and destroys the DigitalOcean droplet using the killMinecraftDroplet method
@johnbwoodruff johnbwoodruff changed the title Minecraft Server Routes DigitalOcean Server Routes Apr 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant