Current section
Files
Jump to
Current section
Files
include/miniflux_sdk_Client.hrl
-record(client, {
base_path :: binary(),
host :: binary(),
scheme :: gleam@http:scheme(),
port :: gleam@option:option(integer()),
api_key :: redact@secret:secret(binary())
}).