DigitalOcean.API 2.0.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package DigitalOcean.API --version 2.0.0
NuGet\Install-Package DigitalOcean.API -Version 2.0.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="DigitalOcean.API" Version="2.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add DigitalOcean.API --version 2.0.0
#r "nuget: DigitalOcean.API, 2.0.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install DigitalOcean.API as a Cake Addin
#addin nuget:?package=DigitalOcean.API&version=2.0.0

// Install DigitalOcean.API as a Cake Tool
#tool nuget:?package=DigitalOcean.API&version=2.0.0

alternate text is missing from this package README image DigitalOcean API

Build status NuGet version

Implementation of the DigitalOcean API (v2) for .NET.

NuGet

Usage Examples

var client = new DigitalOceanClient("api_token");

You can generate your API token from your DigitalOcean Control Panel

// Retrieving all Droplets
var droplets = await client.Droplets.GetAll();
// => IReadOnlyList<Droplet>
// Retrieving all Domain Records
var records = await client.DomainRecords.GetAll();
// => IReadOnlyList<DomainRecord>
// Rebooting a Droplet
var action = await client.DropletActions.Reboot(9001);
// => Action
// Creating a new Droplet
var newDroplet = new Droplet {
  // ...
};
var droplet = await client.Droplets.Create(newDroplet);
// => Droplet

Documentation

Check out the DigitalOcean API for in-depth details.

License

Copyright (c) 2016 Thomas McNiven (vevix)

MIT License

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on DigitalOcean.API:

Package Downloads
Microting.DigitalOceanBase The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

Package Description

nsync

Package Description

GitHub repositories (1)

Showing the top 1 popular GitHub repositories that depend on DigitalOcean.API:

Repository Stars
win-acme/win-acme
A simple ACME client for Windows (for use with Let's Encrypt et al.)
Version Downloads Last updated
5.2.0 22,574 12/20/2020
5.1.0 31,176 4/20/2020
5.0.1 2,078 2/29/2020
5.0.0 535 2/26/2020
4.1.1 561 2/18/2020
4.1.0 704 2/11/2020
4.0.2 2,116 12/16/2019
4.0.1 548 12/16/2019
4.0.0 1,042 8/15/2019
3.1.0 600 8/7/2019
3.0.0 577 8/2/2019
2.4.0 590 8/2/2019
2.3.0 601 8/1/2019
2.2.0 917 4/29/2019
2.1.1 617 4/25/2019
2.1.0 633 4/19/2019
2.0.3 823 2/4/2019
2.0.2 1,315 8/22/2018
2.0.1 2,054 4/6/2018
2.0.0 1,047 2/7/2018
1.0.7 1,317 8/14/2016
1.0.6 1,215 8/1/2016
1.0.5 1,396 3/19/2015
1.0.4 1,416 1/6/2015
1.0.3.1 1,736 12/27/2014
1.0.3 1,630 12/27/2014
1.0.2 1,302 9/27/2014
1.0.2-beta 1,099 9/9/2014
1.0.1-beta 901 8/28/2014
1.0.0-beta 1,115 8/3/2014
0.1.1 1,412 5/7/2014
0.1.0 1,144 5/6/2014

- Now targeting .NET Standard 2.0
- Added support for `SizeGigabytes` to the `Image` client (@ppumkin)