DigitalOcean.API icon indicating copy to clipboard operation
DigitalOcean.API copied to clipboard

:whale2: .NET implementation of the DigitalOcean API

Results 22 DigitalOcean.API issues
Sort by recently updated
recently updated
newest added

`LoadBalancerClient` is checking the wrong root element (`load_balancers` instead of `load_balancer`) when deserializing the result of POST for creating a new load balancer. This results in the `LoadBalancer` response object...

Hi, At the outset, thank you for such a great client. Clients make interacting with APIs so seamless and quick. ## Problem A few days ago, I was using this...

New API sections yet to be integrated: - [ ] Billing History - [ ] Invoices There is also a new Container Registry API, but it is listed as Private...

Could some of database & database cluster namespaces be changed for clarity? For example, currently `client.Databases.GetAll()` returns a list of database clusters. `client.Databases.GetAllDatabases(string id)`returns a list of actual databases. Could...

Bumps [RestSharp](https://github.com/restsharp/RestSharp) from 106.10.1 to 108.0.2. Release notes Sourced from RestSharp's releases. 108.0.2 What's Changed Fixes #1828 by @​alexeyzimarev in restsharp/RestSharp#1887 chore: add cancellation support overload by @​bednar in restsharp/RestSharp#1870...

dependencies

RestSharp made quite a few breaking changes to their library (unsure at what version exactly). Running into some dependency problems with other libraries wanting more recent versions of RestSharp. So...

Bumps [xunit](https://github.com/xunit/xunit) from 2.4.1 to 2.5.1. Commits 9dc851b v2.5.1 86b0eef #2770: Make SerializationHelper public f49dafc File re-sort for SerializationHelper & XunitSerializationInfo d0004ae #2773: Add Assert.RaisesAny and Assert.RaisesAnyAsync non-generic for EventAr......

dependencies

Bumps [xunit.runner.visualstudio](https://github.com/xunit/xunit) from 2.4.1 to 2.5.1. Commits 9dc851b v2.5.1 86b0eef #2770: Make SerializationHelper public f49dafc File re-sort for SerializationHelper & XunitSerializationInfo d0004ae #2773: Add Assert.RaisesAny and Assert.RaisesAnyAsync non-generic for EventAr......

dependencies

Bumps NSubstitute from 4.2.2 to 5.1.0. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=NSubstitute&package-manager=nuget&previous-version=4.2.2&new-version=5.1.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

Floating IPs is being deprecated in fall 2023. Reserved IPs is then needed to be implemented in this beautiful library. Thanks.