unsplash v1.0.0 Unsplash.Utils.ResultStream View Source
Link to this section Summary
Functions
Generates the URI. Given base URI optional_params, then given params
Link to this section Functions
Generates the URI. Given base URI optional_params, then given params.
Examples
iex> Unsplash.Utils.ResultStream.build_uri(‘/users/wayneph/photos’, [:per_page], per_page: 30, not_valid: ‘yes’) “/users/wayneph/photos?per_page=30”