ZenEx.Query (zen_ex v0.8.0)

Query for URL

Link to this section Summary

Functions

Build query from opts.

Link to this section Functions

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

Build query from opts.

examples

Examples

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