Skip to content

Commit 13a26de

Browse files
committed
feat: updated documentation
1 parent f9f4065 commit 13a26de

File tree

1 file changed

+10
-12
lines changed

1 file changed

+10
-12
lines changed

Resources/doc/index.md

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -64,14 +64,13 @@ The complete list of all supported services is available here:
6464
# app/config/config.yml
6565
florianv_swap:
6666
providers:
67-
fixer:
68-
access_key: secret # Fixer
69-
currency_layer: # currencylayer
70-
access_key: secret
71-
enterprise: true
72-
exchange_rates_api: # exchangeratesapi.io
73-
access_key: secret
74-
abstract_api: # abstractapi.com
67+
apilayer_fixer:
68+
api_key: secret # Get your key here: https://apilayer.com/marketplace/fixer-api
69+
apilayer_currency_data: # Get your key here: https://apilayer.com/marketplace/currency_data-api
70+
api_key: secret
71+
apilayer_exchange_rates_data: # Get your key here: https://apilayer.com/marketplace/exchangerates_data-api
72+
api_key: secret
73+
abstract_api: # Get your key here: https://app.abstractapi.com/users/signup
7574
api_key: secret
7675
webservicex: ~ # WebserviceX
7776
cryptonator: ~ # Cryptonator
@@ -109,12 +108,11 @@ In this example, Swap uses the [Fixer](http://fixer.io) service, and will fallba
109108
# app/config/config.yml
110109
florianv_swap:
111110
providers:
112-
fixer:
113-
access_key: secret
111+
apilayer_fixer:
112+
api_key: secret
114113
#priority: 0 (default)
115-
currency_layer:
114+
apilayer_currency_data:
116115
access_key: secret
117-
enterprise: true
118116
priority: 1
119117
```
120118

0 commit comments

Comments
 (0)