Constructs IQRF Gateway Webapp API client
Client options
IQRF Gateway Webapp API client options
Optional
axiosInstance?: AxiosInstanceAxios instance
Optional
config?: AxiosRequestConfig<any>Axios instance configuration
Optional
token?: null | stringAPI key or JWT token
Clear all request interceptors
Clear all response interceptors
Eject a request interceptor
Interceptor ID
Eject a response interceptor
Interceptor ID
Add a request interceptor
Optional
onFulfilled: Fulfilled callback
Optional
onRejected: null | (error: any) => anyRejected callback
Optional
options: AxiosInterceptorOptionsInterceptor options
Interceptor ID
Add a response interceptor
Optional
onFulfilled: Fulfilled callback
Optional
onRejected: null | (error: any) => anyRejected callback
Interceptor ID
IQRF Gateway Webapp API client class
Client is a wrapper around API methods of IQRF Gateway Webapp providing shared configuration for Axios instance.
Instantiate with defaults
Instantiate with custom configuration
Instantiate with custom Axios instance advanced