View Source OpenStreetMap.Client (OpenStreetMap v0.9.9)

Client requests

Link to this section Summary

Functions

Performs a request

Link to this section Types

@type api_key() :: {:api_key, String.t()}
@type path() :: String.t()

Link to this section Functions

@spec call(String.t(), list()) :: {}

Performs a request

examples

Examples

iex> OpenStreetMap.Client.call("search", args)