Rest

Interactions.js rest handler

Constructor

new Rest() → {Rest}

Returns:

The application

Type: 
Rest
Example
const { Rest } = require("interactions.js");

const client = Rest.getRest();

Methods

(static) getRest() → {REST}

Get the REST object

Returns:

the rest object

Type: 
REST