unilink_client v1.0.0-rc0 UnilinkClient behaviour View Source
Documentation for UnilinkClient.
Link to this section Summary
Callbacks
Invoked on lazy work to delay it
Invoked at server start to delay startup
Invoked to get API keys and secrets. Allows to setup multiple platforms
Link to this section Callbacks
Link to this callback
get_server_lazy_work_delay()
View Source
(optional)
get_server_lazy_work_delay() :: integer()
Invoked on lazy work to delay it
Link to this callback
get_server_start_delay()
View Source
(optional)
get_server_start_delay() :: integer()
Invoked at server start to delay startup
Link to this callback
get_settings()
View Source
get_settings() :: [UnilinkClient.Setting.t()] | UnilinkClient.Setting.t()
Invoked to get API keys and secrets. Allows to setup multiple platforms.
Typically you want to implement it to return just UnilinkClient.Setting struct.