OpenStreetMap v0.9.5 OpenStreetMap.Client View Source

Client requests

Link to this section Summary

Functions

Performs a request

Link to this section Types

Link to this type api_key() View Source
api_key() :: {:api_key, String.t()}

Link to this section Functions

Link to this function call(type, args) View Source
call(String.t(), list()) :: {}

Performs a request

Examples

iex> OpenStreetMap.Client.call("search", args)
{:ok, [%{}]}