@guildedjs/api
v0.4.0
Published
Multi-use wrapper over the entire Guilded API. Utilities for making REST requests to the Guilded API with ratelimit handling. Also contains utilities for connecting to Guilded's WebSocket gateway and receiving events.
Downloads
126
Readme
@guildedjs/api
Multi-use wrapper over the entire Guilded API. Covers rest requests and ws connections.
⚠️ If you intend to use
guilded.js
you won't need to install this, as it's already a dependency of that package.
Installation
You can install this package from NPM
npm install @guildedjs/api
yarn add @guildedjs/api
pnpm add @guildedjs/api
bun add @guildedjs/api
Contributing
Please see the main README.md for info on how to contribute to this package or the other @guildedjs
packages.
LICENSE
Licensed under the MIT License