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

    Interface App_ItemRequestBuilderGetQueryParameters

    Retrieve details about an existing app by either its ID or name. To retrieve an app by its name, do not include an ID in the request path. Information about the current active deployment as well as any in progress ones will also be included in the response.

    interface App_ItemRequestBuilderGetQueryParameters {
        name?: string;
    }
    Index

    Properties

    Properties

    name?: string

    The name of the app to retrieve.