Forex.Feed.API.HTTP (Forex v0.2.1)
View SourceThe 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