Constructors
constructor
- new default(email: string, password: string, apiUrl?: string, axiosConfig?: AxiosRequestConfig): default
Parameters
-
email: string
-
password: string
-
apiUrl: string = 'https://dathost.net/api/0.1/'
-
axiosConfig: AxiosRequestConfig = {}
Methods
domains
- domains(): AsyncGenerator<string, any, unknown>
Returns AsyncGenerator<string, any, unknown>