Current section
Files
Jump to
Current section
Files
src/stytch_client.app.src
{application, stytch_client, [
{vsn, "1.0.0-rc1"},
{applications, [gleam_http,
gleam_httpc,
gleam_json,
gleam_stdlib,
stytch_codecs]},
{description, "API client to interact with the Stytch identity management system."},
{modules, [stytch_client,
stytch_client@@main]},
{registered, []}
]}.