Packages

A Gleam library for interacting with the Discord API

Current section

Files

Jump to
shimmer src shimmer.app.src
Raw

src/shimmer.app.src

{application, shimmer, [
{vsn, "0.0.1"},
{applications, [certifi,
gleam_erlang,
gleam_hackney,
gleam_http,
gleam_json,
gleam_otp,
gleam_stdlib,
gleeunit,
gun]},
{description, "A Gleam library for interacting with the Discord API"},
{modules, [nerf@gun,
nerf@websocket,
shimmer,
shimmer@http@endpoints,
shimmer@http@request,
shimmer@internal@error,
shimmer@internal@periodic_actor,
shimmer@types@hello_event,
shimmer@types@message,
shimmer@types@packet,
shimmer@types@user,
shimmer@ws@event_loop,
shimmer@ws@ws_utils]},
{registered, []}
]}.