Shopee SDK API Reference - v2.8.0
    Preparing search index...

    Interface EndpointSpec

    interface EndpointSpec {
        apiName: string;
        auth: boolean;
        description: string;
        endpointName: string;
        enums: ParsedEnum[];
        method: "POST" | "GET";
        moduleName: string;
        path: string;
        requestParams: NormalizedParam[];
        responseParams: NormalizedParam[];
        timestampPaths: string[];
    }
    Index

    Properties

    apiName: string
    auth: boolean
    description: string
    endpointName: string
    enums: ParsedEnum[]
    method: "POST" | "GET"
    moduleName: string
    path: string
    requestParams: NormalizedParam[]
    responseParams: NormalizedParam[]
    timestampPaths: string[]