Liking cljdoc? Tell your friends :D

discord.http

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.
raw docstring

discord.types

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
raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close