Minor cleanup

This commit is contained in:
Erik C. Thauvin 2023-09-25 01:03:03 -07:00
parent d0aa48dbee
commit 85507a1e06
5 changed files with 31 additions and 16 deletions

View file

@ -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