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

    Interface RepositoriesRequestBuilderGetQueryParameters

    This endpoint has been deprecated in favor of the List All Container Registry Repositories [V2] endpoint.To list all repositories in your container registry, send a GETrequest to /v2/registry/$REGISTRY_NAME/repositories.

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

    Properties

    Properties

    page?: number

    Which 'page' of paginated results to return.

    perPage?: number

    Number of items returned per page