LocationsApi - functional programming interface

  • Parameters

    Returns {
        getAllLocations(
            options?: RawAxiosRequestConfig,
        ): Promise<
            (
                axios?: AxiosInstance,
                basePath?: string,
            ) => AxiosPromise<{ [key: string]: Location }>,
        >;
    }

    • getAllLocations:function
      • Parameters

        • Optionaloptions: RawAxiosRequestConfig

          Override http request option.

        Returns Promise<
            (
                axios?: AxiosInstance,
                basePath?: string,
            ) => AxiosPromise<{ [key: string]: Location }>,
        >