Current section

Files

Jump to
glitch src glitch.app.src
Raw

src/glitch.app.src

{application, glitch, [
{vsn, "0.0.2"},
{applications, [dot_env,
gleam_http,
gleam_httpc,
gleam_json,
gleam_stdlib,
gleeunit,
logging,
pprint]},
{description, "A Twitch client for Gleam"},
{modules, [glitch,
glitch@api@api_request,
glitch@api@api_response,
glitch@api@chat,
glitch@api@client,
glitch@api@user,
glitch@event_sub@client,
glitch@event_sub@subscription,
glitch@event_sub@subscription@user,
glitch@extended@dynamic_ext,
glitch@extended@function_ext,
glitch@extended@json_ext,
glitch@extended@request_ext,
glitch@glitch]},
{registered, []}
]}.