class PlumeURLREST

export default class PlumeURLREST

Constructors

constructor()

Constructs a new instance of the PlumeURLREST class

staticreadonly
baseURL : string

staticreadonly
defaultUserAgent : string

readonly
options : PlumeURLRESTOptions

get<

T? = unknown

>(
path: string
) : Promise<T>

post<

T? = unknown

>(
path: string
body?: object
) : Promise<T>

request(
method: string
path: string
body?: object
) : Promise<Response>