AutoBE
    Preparing search index...

    An API operation called by the helper.

    interface IOperationCall {
        accessor: string[];
        endpoint: IEndpoint;
        purpose: string;
    }
    Index

    Properties

    accessor: string[]

    OpenAPI operation accessor segments.

    endpoint: IEndpoint

    Endpoint called by the helper.

    purpose: string

    Purpose of this call inside the recipe.