reddit v0.1.1 Reddit.Listing View Source

Functions for dealing with a "listing" object - reddit's way of paginating long result sets

Link to this section Summary

Functions

Get the next page of a listing

Link to this section Functions

Link to this function

next_page(map, opts \\ []) View Source

Get the next page of a listing

iex> {:ok, resp} = Reddit.Subreddit.top_posts(client, "evangelion")
iex> {:ok, next_page} = Reddit.Listing.next_page(resp)