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

    Interface ResourcesRequestBuilderGetQueryParameters

    To list all your resources in a project, send a GET request to /v2/projects/$PROJECT_ID/resources.This endpoint will only return resources that you are authorized to see. For example, to see Droplets in a project, include the droplet:read scope.

    interface ResourcesRequestBuilderGetQueryParameters {
        page?: number;
        perPage?: number;
    }
    Index

    Properties

    Properties

    page?: number

    Which 'page' of paginated results to return.

    perPage?: number

    Number of items returned per page