zen_ex v0.4.2 ZenEx.Query

Query for URL

Link to this section Summary

Functions

Build query from opts.

Link to this section Functions

Specs

build(list()) :: String.t()

Build query from opts.

Examples

iex> ZenEx.Query.build(per_page: 100)
"?per_page=100"