Packages

r4 httpc client layer - see https://hexdocs.pm/fhir/

Current section

Files

Jump to
fhir_client_httpc src fhir_client_httpc.app.src
Raw

src/fhir_client_httpc.app.src

{application, fhir_client_httpc, [
{vsn, "0.6.0"},
{applications, [fhir,
gleam_http,
gleam_httpc,
gleam_json,
gleam_stdlib]},
{description, "example r4 httpc client - see https://hexdocs.pm/fhir/ "},
{modules, [fhir@r4@client_httpc,
fhir_client_httpc@@main]},
{registered, []}
]}.