DigOc.Page

Source

Summary

first!(data)

Request first page. Returns only the response body

first(data)

Request first page. Returns HTTPoison 3-tuple

first?(data)

Test if first page is defined

last!(data)

Request last page. Returns only the response body

last(data)

Request last page. Returns HTTPoison 3-tuple

last?(data)

Test if last page is defined

next!(data)

Request next page. Returns only the response body

next(data)

Request next page. Returns HTTPoison 3-tuple

next?(data)

Test if next page is defined

prev!(data)

Request prev page. Returns only the response body

prev(data)

Request prev page. Returns HTTPoison 3-tuple

prev?(data)

Test if prev page is defined

Functions

first(data)

Request first page. Returns HTTPoison 3-tuple.

Source
first!(data)

Request first page. Returns only the response body.

Source
first?(data)

Test if first page is defined.

Source
last(data)

Request last page. Returns HTTPoison 3-tuple.

Source
last!(data)

Request last page. Returns only the response body.

Source
last?(data)

Test if last page is defined.

Source
next(data)

Request next page. Returns HTTPoison 3-tuple.

Source
next!(data)

Request next page. Returns only the response body.

Source
next?(data)

Test if next page is defined.

Source
prev(data)

Request prev page. Returns HTTPoison 3-tuple.

Source
prev!(data)

Request prev page. Returns only the response body.

Source
prev?(data)

Test if prev page is defined.

Source