This commit is contained in:
Erik C. Thauvin 2021-05-10 15:36:11 -07:00
parent 4caeababe8
commit 9d483eccf4
3 changed files with 3 additions and 3 deletions

View file

@ -54,7 +54,7 @@ A generic `apiCall()` function is available to access other [API data endpoints]
```kotlin
apiCall(paths = listOf("prices", "BTC-USD", "buy"), params = emptyMap())
```
will return:
will return something like:
```json
{"data":{"base":"BTC","currency":"USD","amount":"58977.17"}}