This implements the Discord Gateway protocol
This implements the Discord Gateway protocol
Functions and Records used to interact directly with the Discord API. Any actions performed on Discord eventually boil down to some form of API request. The API endpoints are represented as human-readable keywords and implemented using the discord-request helper function. Exposed externally are functions such as get-channel, which perform the API requests and handle the transformation of the response into a more usable Clojure record.
Functions and Records used to interact directly with the Discord API. Any actions performed on Discord eventually boil down to some form of API request. The API endpoints are represented as human-readable keywords and implemented using the discord-request helper function. Exposed externally are functions such as get-channel, which perform the API requests and handle the transformation of the response into a more usable Clojure record.
Types returned from the Discord APIs and proper constructors to transform the API responses into the corresponding records
Types returned from the Discord APIs and proper constructors to transform the API responses into the corresponding records
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close