DigitalOcean.API
4.0.0
See the version list below for details.
dotnet add package DigitalOcean.API --version 4.0.0
NuGet\Install-Package DigitalOcean.API -Version 4.0.0
<PackageReference Include="DigitalOcean.API" Version="4.0.0" />
paket add DigitalOcean.API --version 4.0.0
#r "nuget: DigitalOcean.API, 4.0.0"
// Install DigitalOcean.API as a Cake Addin #addin nuget:?package=DigitalOcean.API&version=4.0.0 // Install DigitalOcean.API as a Cake Tool #tool nuget:?package=DigitalOcean.API&version=4.0.0
.NET wrapper of the DigitalOcean API
Product | Versions 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. |
-
.NETStandard 2.0
- Newtonsoft.Json (>= 12.0.2)
- RestSharp (>= 106.6.10)
NuGet packages (2)
Showing the top 2 NuGet packages that depend on DigitalOcean.API:
Package | Downloads |
---|---|
Microting.DigitalOceanBase
Package Description |
|
nsync
Package Description |
GitHub repositories (2)
Showing the top 2 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.)
|
|
denys-olleik/accounting
Implementation of a forward-only double-entry accounting method with a relational database.
|
Version | Downloads | Last updated |
---|---|---|
5.2.0 | 27,894 | 12/20/2020 |
5.1.0 | 32,080 | 4/20/2020 |
5.0.1 | 2,111 | 2/29/2020 |
5.0.0 | 549 | 2/26/2020 |
4.1.1 | 591 | 2/18/2020 |
4.1.0 | 715 | 2/11/2020 |
4.0.2 | 2,150 | 12/16/2019 |
4.0.1 | 572 | 12/16/2019 |
4.0.0 | 1,076 | 8/15/2019 |
3.1.0 | 632 | 8/7/2019 |
3.0.0 | 604 | 8/2/2019 |
2.4.0 | 618 | 8/2/2019 |
2.3.0 | 630 | 8/1/2019 |
2.2.0 | 944 | 4/29/2019 |
2.1.1 | 645 | 4/25/2019 |
2.1.0 | 658 | 4/19/2019 |
2.0.3 | 838 | 2/4/2019 |
2.0.2 | 1,344 | 8/22/2018 |
2.0.1 | 2,124 | 4/6/2018 |
2.0.0 | 1,077 | 2/7/2018 |
1.0.7 | 1,334 | 8/14/2016 |
1.0.6 | 1,230 | 8/1/2016 |
1.0.5 | 1,434 | 3/19/2015 |
1.0.4 | 1,445 | 1/6/2015 |
1.0.3.1 | 1,755 | 12/27/2014 |
1.0.3 | 1,657 | 12/27/2014 |
1.0.2 | 1,319 | 9/27/2014 |
1.0.2-beta | 1,124 | 9/9/2014 |
1.0.1-beta | 926 | 8/28/2014 |
1.0.0-beta | 1,143 | 8/3/2014 |
0.1.1 | 1,433 | 5/7/2014 |
0.1.0 | 1,180 | 5/6/2014 |
### Added
- Support for Databases, Kubernetes, Block Storage, Firewalls, Floating IPs.
- Missing features for already supported API:
- Create multiple droplets
- List neighbors for a droplet
- List all droplet neighbors
- Enable backups on a droplet
- Acting on droplets via a tag
- Creating a custom image
- Listing images via a tag
- Listing all actions for an image
- Converting an image to a snapshot
- This package is now also available via GitHub's new package registry.
### Changed
- Dependency Updates
- RestSharp 106.2.1 -> 106.6.10
- Newtonsoft.Json 10.0.3 -> 12.0.2
- A number of fields and models were changed to make the codebase more consistent with itself and the API.
- `RegionSlug`, `SizeSlug`, `ImageIdOrSlug`, `SshIdsOrFingerprints` were renamed to `Region`, `Size`, `Image`, `SshKeys` to match the API.
### Fixed
- Load Balancer functions now correctly take a string rather than an int for their ID fields.