Forex.Feed.API.HTTP (forex v0.1.1)

View Source

The default HTTP API module for fetching the exchange rates from the European Central Bank (ECB). It implements the Forex.Feed.API behaviour and it uses Req as the HTTP client.

To use a different HTTP client, just set the :feed_api configuration option, for example:

config :forex, feed_api: MyApp.MyForexHTTPClient