Updated examples.
This commit is contained in:
parent
4ca3773fe9
commit
e3f3ae2b2d
3 changed files with 2 additions and 4 deletions
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue