Ex.Pnut v0.1.0 ExPnut.Posts.Streams View Source

Get various streams

https://pnut.io/docs/api/resources/posts/streams

Link to this section Summary

Functions

A stream of all users' public posts.

The authenticated user's stream of posts from their followers and themself.

Posts mentioning the specified user.

Posts created by the specified user.

A stream of all posts that include the specified tag.

A combined Personal Stream including the authenticated user's mentions.

Link to this section Functions

Link to this function

global(client, post_params \\ %PostParams{}) View Source

A stream of all users' public posts.

Link to this function

me(client, post_params \\ %PostParams{}) View Source

The authenticated user's stream of posts from their followers and themself.

Link to this function

mentions(client, user_id, post_params \\ %PostParams{}) View Source

Posts mentioning the specified user.

Link to this function

posts(client, user_id, post_params \\ %PostParams{}) View Source

Posts created by the specified user.

If a user looks up a user they blocked or muted, the posts will still be retrieved.

Link to this function

tag(client, tag, post_params \\ %PostParams{}) View Source

A stream of all posts that include the specified tag.

Link to this function

unified(client, post_params \\ %PostParams{}) View Source

A combined Personal Stream including the authenticated user's mentions.