Class

REST

HTTP client for the Fluxer API.

Extends EventEmitter

Constructor

new REST(options: RESTOptions)

Properties

NameTypeDescription
Routesstaticread-onlytypeof RoutesSame path helpers as Routes. Use with get / post / patch / put / delete.
await rest.get(REST.Routes.gatewayBot());
tokenread-onlystring | null

Methods