Skip to content

@fuwa/rest@0.3.0

Compare
Choose a tag to compare
@splatterxl splatterxl released this 05 Jun 13:03
· 21 commits to rewrite since this release
cb787a0

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" })