Updated examples.

This commit is contained in:
Erik C. Thauvin 2020-03-03 15:51:00 -08:00
parent 4ca3773fe9
commit e3f3ae2b2d
3 changed files with 2 additions and 4 deletions

View file

@ -64,7 +64,7 @@ bitly.bitlinks().shorten("https://www.erik.thauvin.net/blog", toJson = true)
Non-implemented methods can also be called directly:
```kotlin
bitly.call("/user".toEndPoint(), method = Methods.GET)
bitly.call("/user".toEndPoint(), method = Methods.GET).toJson()
```
```json
{