DigitalOcean.API
4.1.1
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package DigitalOcean.API --version 4.1.1
NuGet\Install-Package DigitalOcean.API -Version 4.1.1
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="4.1.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add DigitalOcean.API --version 4.1.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: DigitalOcean.API, 4.1.1"
#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=4.1.1 // Install DigitalOcean.API as a Cake Tool #tool nuget:?package=DigitalOcean.API&version=4.1.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
.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. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
.NETStandard 2.0
- Newtonsoft.Json (>= 12.0.3)
- RestSharp (>= 106.10.1)
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,301 | 12/20/2020 |
5.1.0 | 32,077 | 4/20/2020 |
5.0.1 | 2,109 | 2/29/2020 |
5.0.0 | 548 | 2/26/2020 |
4.1.1 | 589 | 2/18/2020 |
4.1.0 | 713 | 2/11/2020 |
4.0.2 | 2,148 | 12/16/2019 |
4.0.1 | 570 | 12/16/2019 |
4.0.0 | 1,075 | 8/15/2019 |
3.1.0 | 631 | 8/7/2019 |
3.0.0 | 603 | 8/2/2019 |
2.4.0 | 616 | 8/2/2019 |
2.3.0 | 627 | 8/1/2019 |
2.2.0 | 940 | 4/29/2019 |
2.1.1 | 644 | 4/25/2019 |
2.1.0 | 657 | 4/19/2019 |
2.0.3 | 836 | 2/4/2019 |
2.0.2 | 1,342 | 8/22/2018 |
2.0.1 | 2,122 | 4/6/2018 |
2.0.0 | 1,074 | 2/7/2018 |
1.0.7 | 1,333 | 8/14/2016 |
1.0.6 | 1,229 | 8/1/2016 |
1.0.5 | 1,433 | 3/19/2015 |
1.0.4 | 1,444 | 1/6/2015 |
1.0.3.1 | 1,754 | 12/27/2014 |
1.0.3 | 1,656 | 12/27/2014 |
1.0.2 | 1,318 | 9/27/2014 |
1.0.2-beta | 1,123 | 9/9/2014 |
1.0.1-beta | 925 | 8/28/2014 |
1.0.0-beta | 1,142 | 8/3/2014 |
0.1.1 | 1,432 | 5/7/2014 |
0.1.0 | 1,179 | 5/6/2014 |
### Fixed
- Updated RateLimit header tags to match actual response. (@azakhi)