Constructors
Properties
Readonly
authToken
authToken: string
Static
userAgent
userAgent: string = ...
Methods
request
- request<T = unknown>(
url: string,
opts?: undefined | RequestOpts,
): Promise<Response<ProblemDetails | T>> Parameters
- url: string
- opts: undefined | RequestOpts = undefined
updateAPI
- updateAPI(): void
Returns void