Interface ApiRequestable

Common interface used to call API engine

Hierarchy

  • ApiRequestable

Implemented by

Methods

Methods

  • Execute a request on the API with promise

    Parameters

    • httpMethod: string
    • path: string
    • pathTemplate: string
    • Optional params: { [key: string]: any }
      • [key: string]: any

    Returns Promise<any>

Generated using TypeDoc