bkiac
bkiac
Yes, it only affects `doctl`. ``` $ curl -X GET -H "Content-Type: application/json" -H "Authorization: Bearer $DO_TOKEN" "https://api.digitalocean.com/v2/account" {"account":{"droplet_limit":10,"floating_ip_limit":3,"volume_limit":10,"email":"","uuid":"","email_verified":true,"status":"active","status_message":""}} $ doctl account get Error: Get "https://api.digitalocean.com/v2/account": dial tcp: lookup api.digitalocean.com...
My OS is `Pop!_OS 20.04 LTS` and my VPN is `ExpressVPN 3.0.2.12`.
Sure, sorry for not providing an example from the start, but I thought it falls under the feature request/question category because I had not found information about it in the...
I don't use it deliberately to show that using `-1` as the count option breaks the pagination (because my real server doesn't return the total number of items), but I...
Okay, I will build a customer footer with v4, thanks for the help!
> I believe the issue is the request function doesn't read the Content-Type, and you need to provide a configuration object to `Api`: > > ``` > Api({ > baseApiParams:...
ty for taking a look at this, making `value` and `formatter` required with a custom calculator is a good solution 👍
> I don't write in TS, though, so it's harder to maintain and write for me Yeah, I get that; that's why I thought a lenient TypeScript config would be...