BlueskyEx.Client.RecordManager.FetchBuilder (bluesky_ex v0.1.3)
A helper module to provide generator functions for RecordManager.
Link to this section Summary
Link to this section Types
Link to this type
body_opt()
@type body_opt() :: {:body, (BlueskyEx.Client.Session.t(), Keyword.t() -> String.t()) | nil}
Link to this type
macro_opts()
Link to this type
query_opt()
@type query_opt() :: {:query, (BlueskyEx.Client.Session.t(), Keyword.t() -> any()) | nil}
Link to this section Functions
@spec build_action(atom(), Macro.t(), macro_opts()) :: any()
Link to this macro