elixir_uber v0.0.6 ElixirUber.API.History

Summary

Functions

Fetch a %ElixirUber.Model.History representing a history. By default retrieves 5 history items

Fetch a %ElixirUber.Model.History representing a history. For pagination you can pass limit and offset params, :limit max value is 50, you can use :count field to get full history items count

Functions

history(token \\ :global)

Fetch a %ElixirUber.Model.History representing a history. By default retrieves 5 history items

history(limit, offset, token \\ :global)

Fetch a %ElixirUber.Model.History representing a history. For pagination you can pass limit and offset params, :limit max value is 50, you can use :count field to get full history items count