@fuwa/rest@0.3.0
splatterxl
released this
05 Jun 13:03
·
21 commits
to rewrite
since this release
REST entrypoint class
Similar to ottercord but all manual.
Its core function is to provide an easier method of interacting directly with the API
instead of using RequestManager
and implementing the extra HTTP boilerplate yourself.
- a new class,
REST
, which provides an almost
@discordjs/rest
-like feel has been added - easy methods and typings for documented routes have been added to the above class
- eg:
REST.createMessage("channelId", { content: "a" })
- eg: