Packages

Typed caller-side SDK for Aion workflow servers.

Current section

Files

Jump to
aion_client src aion_client.app.src
Raw

src/aion_client.app.src

{application, aion_client, [
{vsn, "0.2.0"},
{applications, [gleam_http,
gleam_httpc,
gleam_json,
gleam_stdlib]},
{description, "Typed caller-side SDK for Aion workflow servers."},
{modules, [aion_client,
aion_client@@main,
aion_client@error,
aion_client@handle,
aion_client@payload,
aion_client@stream,
aion_client_conformance_ffi]},
{registered, []}
]}.