Function LocalizationApiAxiosParamCreator
- LocalizationApiAxiosParamCreator(configuration?): {
getCountries: ((options??: RawAxiosRequestConfig) => Promise<RequestArgs>);
getCultures: ((options??: RawAxiosRequestConfig) => Promise<RequestArgs>);
getLocalizationOptions: ((options??: RawAxiosRequestConfig) => Promise<RequestArgs>);
getParentalRatings: ((options??: RawAxiosRequestConfig) => Promise<RequestArgs>);
} Returns {
getCountries: ((options??: RawAxiosRequestConfig) => Promise<RequestArgs>);
getCultures: ((options??: RawAxiosRequestConfig) => Promise<RequestArgs>);
getLocalizationOptions: ((options??: RawAxiosRequestConfig) => Promise<RequestArgs>);
getParentalRatings: ((options??: RawAxiosRequestConfig) => Promise<RequestArgs>);
}
getCountries: ((options??: RawAxiosRequestConfig) => Promise<RequestArgs>)
- (options?): Promise<RequestArgs>
Parameters
Optional
options: RawAxiosRequestConfig = {}
Returns Promise<RequestArgs>
getCultures: ((options??: RawAxiosRequestConfig) => Promise<RequestArgs>)
- (options?): Promise<RequestArgs>
Parameters
Optional
options: RawAxiosRequestConfig = {}
Returns Promise<RequestArgs>
getLocalizationOptions: ((options??: RawAxiosRequestConfig) => Promise<RequestArgs>)
- (options?): Promise<RequestArgs>
Parameters
Optional
options: RawAxiosRequestConfig = {}
Returns Promise<RequestArgs>
getParentalRatings: ((options??: RawAxiosRequestConfig) => Promise<RequestArgs>)
- (options?): Promise<RequestArgs>
Parameters
Optional
options: RawAxiosRequestConfig = {}
Returns Promise<RequestArgs>
LocalizationApi - axios parameter creator
Export