Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "src/ApiModel"

Index

Functions

downloadPdfGet

  • downloadPdfGet(url: string): Promise<Object>

downloadPdfPost

  • downloadPdfPost(url: string, items?: undefined | object): Promise<Object>
  • Parameters

    • url: string
    • Optional items: undefined | object

    Returns Promise<Object>

getRequest

  • getRequest<T>(url: string, params?: undefined | object): Promise<T>
  • Type parameters

    • T

    Parameters

    • url: string
    • Optional params: undefined | object

    Returns Promise<T>

Generated using TypeDoc