DigitalOcean.API
5.2.0
dotnet add package DigitalOcean.API --version 5.2.0
NuGet\Install-Package DigitalOcean.API -Version 5.2.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="5.2.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add DigitalOcean.API --version 5.2.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: DigitalOcean.API, 5.2.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=5.2.0 // Install DigitalOcean.API as a Cake Tool #tool nuget:?package=DigitalOcean.API&version=5.2.0
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,809 | 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
- Added ContainerRegistry client. (@JoshClose)