Get the account information associated with the provided credentials
import { DigitalOcean } from 'digitalocean-js';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