Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface APIRequest<T>

Type parameters

  • T = any

Hierarchy

  • APIRequest

Index

Properties

allowedRetries?: number
auth?: boolean
body?: null | T
files?: null | File[]
headers?: Record<string, string>
httpStartTime?: number
method?: HttpMethod
payloadJson?: boolean
query?: null | string | URLSearchParams
reason?: null | string
retries?: number
route: string
startTime?: number
useBaseUrl?: boolean
useRateLimits?: boolean
versioned?: boolean

Generated using TypeDoc