Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • default

Constructors

Properties

Methods

Constructors

constructor

  • new default(email: string, password: string, apiUrl: string, config: AxiosRequestConfig): default

Parameters

  • email: string
  • password: string
  • apiUrl: string
  • config: AxiosRequestConfig

Returns default

Properties

Private #request

#request: AxiosInstance

Methods

delete

  • delete(url: string): Promise<any>

Parameters

  • url: string

Returns Promise<any>

get

  • get(url: string): Promise<any>

Parameters

  • url: string

Returns Promise<any>

post

  • post(url: string, data?: URLSearchParams | FormData): Promise<any>

Parameters

  • url: string
  • data: URLSearchParams | FormData = null

Returns Promise<any>

put

  • put(url: string, data: URLSearchParams): Promise<any>

Parameters

  • url: string
  • data: URLSearchParams

Returns Promise<any>

  • Inherited
  • Protected
  • Private
  • Static
  • Module
  • Object
  • Property
  • Function
  • Variable
  • Index
  • Type
  • Class
  • Interface
  • Enum
  • Constructor
  • Getter/Setter
Made with ❤️ by pirix-gh. Documentation generated by TypeDoc.