Constructors

Properties

Methods

Constructors

Properties

client: Composio

Methods

  • Retrieves details of a specific app in the Composio platform.

    This method allows clients to fetch detailed information about a specific app by providing its unique key. The response includes the app's name, key, status, description, logo, categories, authentication schemes, and other metadata.

    Parameters

    • data: GetAppData

      The data for the request, including the app's unique key.

    Returns CancelablePromise<GetAppResponse>

    A promise that resolves to the details of the app.

    Throws

    If the request fails.

  • Retrieves a list of all available apps in the Composio platform.

    This method allows clients to explore and discover the supported apps. It returns an array of app objects, each containing essential details such as the app's key, name, description, logo, categories, and unique identifier.

    Returns CancelablePromise<ListAllAppsResponse>

    A promise that resolves to the list of all apps.

    Throws

    If the request fails.