mindee
    Preparing search index...

    Class Client

    Mindee Client class that centralizes most basic operations.

    Index

    Asynchronous

    Other

    apiSettings: ApiSettingsV1

    Mindee V1 API settings.

    • Creates a custom endpoint with the given values. Raises an error if the endpoint is invalid.

      Parameters

      • endpointName: string

        Name of the custom Endpoint.

      • accountName: string

        Name of the account tied to the Endpoint.

      • OptionalendpointVersion: string

        Version of the custom Endpoint.

      Returns Endpoint

      Endpoint a new product endpoint

    • Forces boolean coercion on truthy/falsy parameters.

      Parameters

      • Optionalparam: boolean

        input parameter to check.

      Returns boolean

      a strict boolean value.

    Synchronous

    Workflow