Ex.Pnut v0.1.0 ExPnut.User.Following View Source

Endpoints:

  • Get followed users
  • Get a user's followers
  • Follow a user
  • Unfollow a user

https://pnut.io/docs/api/resources/users/following

Link to this section Summary

Functions

Retrieve a list of user objects that are following the specified user.

Retrieve a list of user objects that the specified user is following.

Unfollow a user.

Link to this section Functions

Link to this function

follow(client, user_id, user_params \\ %UserParams{}) View Source

Follow a user.

Link to this function

get_followers(client, user_id, user_params \\ %UserParams{}) View Source

Retrieve a list of user objects that are following the specified user.

Link to this function

get_following(client, user_id, user_params \\ %UserParams{}) View Source

Retrieve a list of user objects that the specified user is following.

Link to this function

unfollow(client, user_id) View Source

Unfollow a user.