BlueskyEx.Client.RequestUtils.URI (bluesky_ex v0.1.5)
A module to namespace functions that generate an AT URI.
Link to this section Summary
Link to this section Types
Link to this type
pds()
@type pds() :: String.t()
Link to this type
query_params()
Link to this type
uri()
@type uri() :: String.t()
Link to this section Functions
Link to this function
create_record(pds)
Link to this function
create_session(pds)
Link to this function
delete_record(pds)
Link to this function
get_account_invite_codes(pds)
Link to this function
get_author_feed(pds, query)
@spec get_author_feed(pds :: String.t(), query :: query_params()) :: uri()
Link to this function
get_notifications(pds, query)
@spec get_notifications(pds :: String.t(), query :: query_params()) :: uri()
Link to this function
get_popular(pds, query)
@spec get_popular(pds :: String.t(), query :: query_params()) :: uri()
Link to this function
get_profile(pds, query)
@spec get_profile(pds :: String.t(), query :: query_params()) :: uri()
Link to this function
get_timeline(pds, query)
@spec get_timeline(pds :: String.t(), query :: query_params()) :: uri()