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

@type pds() :: String.t()
Link to this type

query_params()

@type query_params() :: %{required(atom()) => integer() | String.t()}
@type uri() :: String.t()

Link to this section Functions

Link to this function

create_record(pds)

@spec create_record(pds :: String.t()) :: uri()
Link to this function

create_session(pds)

@spec create_session(pds :: String.t()) :: uri()
Link to this function

delete_record(pds)

@spec delete_record(pds :: String.t()) :: uri()
Link to this function

get_account_invite_codes(pds)

@spec get_account_invite_codes(pds :: String.t()) :: uri()
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()