Giza.Http.offset

You're seeing just the function offset, go back to Giza.Http module for more information.
Link to this function

offset(http_query, offset)

Returns an api query augmented with a limit for amount of returned documents. Only an integer is acceptable input. This is normally used to support pagination.

Examples

iex> Giza.Http.new() |> Giza.Http.offset(10)