@digitalocean/dots - v1.0.1
    Preparing search index...

    Interface AppsRequestBuilderGetQueryParameters

    List all apps on your account. Information about the current active deployment as well as any in progress ones will also be included for each app.

    interface AppsRequestBuilderGetQueryParameters {
        page?: number;
        perPage?: number;
        withProjects?: boolean;
    }
    Index

    Properties

    page?: number

    Which 'page' of paginated results to return.

    perPage?: number

    Number of items returned per page

    withProjects?: boolean

    Whether the project_id of listed apps should be fetched and included.