What3Words v1.0.0 API Reference
Modules
What3Words is the main module to interact with the w3w API.
It includes calls to the three current endpoints: words_to_position/2
,
position_to_words/2
and languages/1
Uses HTTPoison.Base
to make calls to the w3w API.
Uses Poison
to decode the JSON response, and transforms
the root keys into atoms
A pure module to extract words, coordinates, and languages from the w3w API response
A noop client for tests; mocks What3Words.Client