Class AccountService

Hierarchy

  • AccountService

Constructors

Methods

Constructors

Methods

  • Get the account information associated with the provided credentials

    Example

    import { DigitalOcean } from 'digitalocean-js';

    const client = new DigitalOcean('your-api-key');
    const account = await client.account.getUserInformation();

    Returns Promise<Account>

Generated using TypeDoc