Minor cleanup
This commit is contained in:
parent
d0aa48dbee
commit
85507a1e06
5 changed files with 31 additions and 16 deletions
|
@ -46,7 +46,12 @@ returns:
|
|||
All of the [is.gd API](https://is.gd/developers.php) parameters are supported:
|
||||
|
||||
```kotlin
|
||||
Isgd.shorten(url = url, shorturl="foobar", callback = "test", logstats = true, format = Format.JSON)
|
||||
Isgd.shorten(
|
||||
url = url,
|
||||
shorturl="foobar",
|
||||
callback = "test",
|
||||
logstats = true,
|
||||
format = Format.JSON)
|
||||
```
|
||||
returns:
|
||||
|
||||
|
@ -90,7 +95,7 @@ var config = new Config.Builder()
|
|||
.format(Format.XML)
|
||||
.build();
|
||||
|
||||
Isgd.lookup(config)
|
||||
Isgd.lookup(config);
|
||||
```
|
||||
### Errors
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue