We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50c8ec7 commit c14693bCopy full SHA for c14693b
1 file changed
README.md
@@ -46,7 +46,7 @@ swapiClient.species(page = 2)
46
47
It's also possible to fetch a single resource from its URL. Each domain model has a unique URL. For example, to fetch `https://swapi.co/api/people/1/`
48
49
-```
+```kotlin
50
val lukeSkywalker = swapiClient.character("https://swapi.co/api/people/1/")
51
```
52
0 commit comments