Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • IService

Index

Properties

create

create: function

Type declaration

    • (data: any, params?: IParams): Promise<object>
    • Parameters

      • data: any
      • Optional params: IParams

      Returns Promise<object>

find

find: function

Type declaration

get

get: function

Type declaration

    • (id: string | number, params?: IParams): Promise<object>
    • Parameters

      • id: string | number
      • Optional params: IParams

      Returns Promise<object>

patch

patch: function

Type declaration

    • (id: string | number | null, data: any, params?: IParams): Promise<object | Array<object>>
    • Parameters

      • id: string | number | null
      • data: any
      • Optional params: IParams

      Returns Promise<object | Array<object>>

remove

remove: function

Type declaration

    • (id: string | number | null, params?: IParams): Promise<object | Array<object>>
    • Parameters

      • id: string | number | null
      • Optional params: IParams

      Returns Promise<object | Array<object>>

update

update: function

Type declaration

    • (id: string | number | null, data: any, params?: IParams): Promise<object | Array<object>>
    • Parameters

      • id: string | number | null
      • data: any
      • Optional params: IParams

      Returns Promise<object | Array<object>>

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