BlueskyEx.Client.RecordManager (bluesky_ex v0.1.0)
A module to namespace functions that interact with a Bluesky feed.
Link to this section Summary
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_popular(session, limit)
@spec get_popular(BlueskyEx.Client.Session.t(), Integer) :: HTTPoison.Response.t()
Link to this function
get_timeline(session, limit)
@spec get_timeline(BlueskyEx.Client.Session.t(), Integer) :: HTTPoison.Response.t()