Crux.Rest

Package providing rest functions and rate limiting for the Discord API.

Installation

The package can be installed by adding crux_rest to your list of dependencies in mix.exs:

def deps do
  [
    {:crux_rest, "~> 0.1.1"}
  ]
end

The docs for the latest release can be found at https://hexdocs.pm/crux_rest. Unified docs of all libraries for their respective latest commits can be found here.