reddex v0.1.0 Reddex.API.Subreddit View Source

Functions for subreddits.

Link to this section Summary

Functions

Retrieves information about a subreddit

Retrieves controversial posts from a subreddit. See here for options

Retrieves hot posts from a subreddit. See here for options

Retrieves new posts from a subreddit. See here for options

Retrieves top posts from a subreddit. See here for options

Link to this section Functions

Link to this function

about(subreddit) View Source
about(String.t()) :: {:ok, map()} | Reddex.HTTP.error()

Retrieves information about a subreddit.

Link to this function

controversial(subreddit, opts \\ []) View Source
controversial(String.t(), keyword()) :: Reddex.HTTP.listing_resp()

Retrieves controversial posts from a subreddit. See here for options.

Retrieves hot posts from a subreddit. See here for options.

Retrieves new posts from a subreddit. See here for options.

Retrieves top posts from a subreddit. See here for options.