Skip to content

Repository files navigation

DigitalOcean API

GitHub Actions status

Implementation of the DigitalOcean API (v2) for .NET Standard 2+

Install

DigitalOcean.API is available for install from NuGet and the GitHub Package Registry.

dotnet add package DigitalOcean.API

Example

varclient=newDigitalOceanClient("api_token");varrequest=newDroplet{Name="example.com",Region="nyc3",Size="s-1vcpu-1gb",Image="ubuntu-16-04-x64",SshKeys=newList<object>{107149},Backups=false,Ipv6=true,Tags=newList<string>{"web"}};vardroplet=awaitclient.Droplets.Create(request);

Documentation

Check out DigitalOcean's documentation of their API to see all possible interactions.

License

This project is licensed under the MIT License - see the LICENSE.md file for details.

About

🐋 .NET implementation of the DigitalOcean API plus tweaks to get it working on other platform's services that require a more modern secure http client...

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages