• requestv2(parts: string[] | TemplateStringsArray, ...fillers: any[]): Promise<any>
  • Make a request to API v2. Also used as a format string function, and calls the request function under the hood.

    Parameters

    • parts: string[] | TemplateStringsArray
    • Rest ...fillers: any[]

    Returns Promise<any>

Generated using TypeDoc