class PlumeAPIREST

export default class PlumeAPIREST

Constructors

constructor()

Constructs a new instance of the PlumeAPIREST class

staticreadonly
baseURL : string

staticreadonly
defaultUserAgent : string

readonly
options : PlumeAPIRESTOptions

file(
path: string
) : Promise<Buffer>

get<

T? = unknown

>(
path: string
) : Promise<T>

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