Options
All
  • Public
  • Public/Protected
  • All
Menu

Class RoutesClient

Hierarchy

  • RoutesClient

Index

Constructors

Properties

Methods

Constructors

constructor

Properties

request

request: Request

Methods

create

  • create(data: any): Promise<any>

destroy

  • destroy(id: string): Promise<any>

get

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

list

  • list(query: any): Promise<any>

update

  • update(id: string, data: any): Promise<any>
  • Parameters

    • id: string
    • data: any

    Returns Promise<any>

Generated using TypeDoc