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

@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)

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 \\ [])

Link to this function

get_profile(session)

Link to this function

get_timeline(session, opts \\ [])