recurly v0.2.2 Recurly.Page

This module is responsible for working with pagination data. TODO needs more docs.

Summary

Functions

Create a new page from a list response

Fetches the next page

Creates a new starting page

Turns a page into a Stream

Functions

from_response(resource, resources, map)

Create a new page from a list response.

get_next(page)

Fetches the next page

new(resource_type, endpoint, options \\ [])

Creates a new starting page

to_stream(page)

Turns a page into a Stream

TODO needs refactoring and documentation