BlueskyEx.Client.RecordManager (bluesky_ex v0.1.1)
A module to namespace functions that interact with a Bluesky feed.
Link to this section Summary
Link to this section Types
Link to this type
options()
@type options() :: [ body: String.t(), query: BlueskyEx.Client.RequestUtils.URI.query_params() ]
Link to this section Functions
Link to this function
create_post(session, text)
@spec create_post(BlueskyEx.Client.Session.t(), String.t()) :: HTTPoison.Response.t()
Link to this function
get_account_invite_codes(session)
@spec get_account_invite_codes(BlueskyEx.Client.Session.t()) :: HTTPoison.Response.t()
Link to this function
get_notifications(session, opts \\ [])
@spec get_notifications(BlueskyEx.Client.Session.t(), Keyword.t()) :: HTTPoison.Response.t()
Link to this function
get_popular(session, opts \\ [])
@spec get_popular(BlueskyEx.Client.Session.t(), Keyword.t()) :: HTTPoison.Response.t()
Link to this function
get_profile(session)
@spec get_profile(BlueskyEx.Client.Session.t()) :: HTTPoison.Response.t()
Link to this function
get_timeline(session, opts \\ [])
@spec get_timeline(BlueskyEx.Client.Session.t(), Keyword.t()) :: HTTPoison.Response.t()