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

Missing Features

Open nicholi opened this issue 4 years ago • 5 comments

New API sections yet to be integrated:

  • [ ] Billing History
  • [ ] Invoices

There is also a new Container Registry API, but it is listed as Private Beta.

nicholi avatar Apr 19 '20 14:04 nicholi

I'm looking for the Container Registry API.

JoshClose avatar May 26 '20 17:05 JoshClose

I submitted a pull request for the Container Registry API. https://github.com/trmcnvn/DigitalOcean.API/pull/93

JoshClose avatar Dec 12 '20 22:12 JoshClose

What about that api for Space?

PizzaConsole avatar Dec 18 '20 18:12 PizzaConsole

What about that api for Space?

I am not the maintainer, but the reason is likely that this library is for working with DigitalOcean's "native" API's described here: https://developers.digitalocean.com/documentation/v2/

Spaces is really it's own beast and likely rather complex. As it is a drop-in design equivalent to AWS's S3 API. Which is why everyone recommends you just use the S3 client library for your language, and modify the calling the domains. I've had no issues using the official AWSSDK.S3 .NET library for spaces in my own projects.

nicholi avatar Jul 06 '21 20:07 nicholi

use the S3 client library

Yeah that's what I did

PizzaConsole avatar Jul 06 '21 21:07 PizzaConsole