Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • IResource

Index

Properties

create

create: function

Type declaration

    • (payload: any, headers?: any): Promise<AxiosPromise<any>>
    • Parameters

      • payload: any
      • Optional headers: any

      Returns Promise<AxiosPromise<any>>

destroy

destroy: function

Type declaration

    • (id: string | number, headers?: any): Promise<AxiosPromise<any>>
    • Parameters

      • id: string | number
      • Optional headers: any

      Returns Promise<AxiosPromise<any>>

getOne

getOne: function

Type declaration

    • (id: string | number, headers?: any): Promise<AxiosPromise<any>>
    • Parameters

      • id: string | number
      • Optional headers: any

      Returns Promise<AxiosPromise<any>>

list

list: function

Type declaration

    • (queryObj?: any, headers?: any): Promise<AxiosPromise<any>>
    • Parameters

      • Optional queryObj: any
      • Optional headers: any

      Returns Promise<AxiosPromise<any>>

update

update: function

Type declaration

    • (id: string | number, payload: any, headers?: any): Promise<AxiosPromise<any>>
    • Parameters

      • id: string | number
      • payload: any
      • Optional headers: any

      Returns Promise<AxiosPromise<any>>

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method

Generated using TypeDoc