# `@guildedjs/rest`

[![GitHub](https://img.shields.io/badge/License-MIT-yellow.svg)](https://github.com/guildedjs/guilded.js/blob/main/LICENSE)
[![npm](https://img.shields.io/npm/v/@guildedjs/rest?color=crimson&logo=npm)](https://www.npmjs.com/package/@guildedjs/rest)
[![CI workflows](https://github.com/guildedjs/guilded.js/actions/workflows/ci.yml/badge.svg)](https://github.com/guildedjs/guilded.js/actions/workflows/ci.yml)

Rest utility for making requests to the Guilded.gg API.

> ⚠️ 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](https://www.npmjs.com/package/@guildedjs/rest)

-   `npm install @guildedjs/rest`
-   `yarn add @guildedjs/rest`

## Contributing

Please see the main [README.md](https://github.com/guildedjs/guilded.js) for info on how to contribute to this package or the other `@guildedjs` packages.

## LICENSE

Licensed under the [MIT License](https://github.com/guildedjs/guilded.js/blob/main/LICENSE)
