Pleroma v1.1.9-10-g42f76306+dev Pleroma.Web.MastodonAPI.MastodonAPI View Source

Link to this section Summary

Link to this section Functions

Link to this function

follow(follower, followed, params \\ %{})

View Source
follow(Pleroma.User.t(), Pleroma.User.t(), map()) ::
  {:ok, Pleroma.User.t()} | {:error, String.t()}
Link to this function

get_followers(user, params \\ %{})

View Source
get_followers(Pleroma.User.t(), map()) :: [Pleroma.User.t()]
Link to this function

get_friends(user, params \\ %{})

View Source
Link to this function

get_notifications(user, params \\ %{})

View Source
Link to this function

get_scheduled_activities(user, params \\ %{})

View Source