Get the account information associated with the provided credentials
import { DigitalOcean } from 'digitalocean-deno'; const client = new DigitalOcean('your-api-key'); const account = await client.account.getUserInformation();
Generated using TypeDoc
Get the account information associated with the provided credentials
Example
import { DigitalOcean } from 'digitalocean-deno'; const client = new DigitalOcean('your-api-key'); const account = await client.account.getUserInformation();