Function LocationsApiAxiosParamCreator
- LocationsApiAxiosParamCreator(
configuration?: Configuration,
): {
getAllLocations: (
options?: RawAxiosRequestConfig,
) => Promise<RequestArgs>;
} Returns { getAllLocations: (options?: RawAxiosRequestConfig) => Promise<RequestArgs> }
getAllLocations: (options?: RawAxiosRequestConfig) => Promise<RequestArgs>
LocationsApi - axios parameter creator
Export