Skip to content
On this page

Home > meteofrance_api > makeRequest

makeRequest() function

Signature:

typescript
declare function makeRequest(url: string, options?: AxiosRequestConfig, fullUrl?: boolean): Promise<any>;

Parameters

Parameter

Type

Description

url

string

options

AxiosRequestConfig

(Optional)

fullUrl

boolean

(Optional)

**Returns:**

Promise<any>