@guildeno/rest
TypeScript icon, indicating that this package has built-in type declarations

0.6.1 • Public • Published

Guildeno Rest

This package contains the code for Guildeno's Rest.

Guildeno follows Semantic Versioning

Guilded

Installation

Install with NPM:

$ npm install @guildeno/rest

Usage

import { createRest } from "@guildeno/rest";

const rest = createRest({
    token: process.env.TOKEN,
});

(async () => {
    const message = await rest.helpers.createMessage("Channel UUID", { content: "Hello Guilded!" });

    console.log({ message });
})();

Package Sidebar

Install

npm i @guildeno/rest

Weekly Downloads

0

Version

0.6.1

License

Apache-2.0

Unpacked Size

118 kB

Total Files

24

Last publish

Collaborators

  • itohatweb