@@ -71,7 +71,7 @@ commonMain.dependencies {
71
71
For basic usage, use the global ` PokeApi ` instance:
72
72
73
73
``` kotlin
74
- - 8 < - " src/commonTest/kotlin/dev/sargunv /pokekotlin/example/example.kt:simple"
74
+ - 8 < - " src/commonTest/kotlin/co/pokeapi /pokekotlin/example/example.kt:simple"
75
75
```
76
76
77
77
By default, the client will connect to the official ` https://pokeapi.co/ `
@@ -80,19 +80,27 @@ instance and cache results in memory.
80
80
If you want to customize the client, create a custom instance of the client:
81
81
82
82
``` kotlin
83
- - 8 < - " src/commonTest/kotlin/dev/sargunv /pokekotlin/example/example.kt:custom"
83
+ - 8 < - " src/commonTest/kotlin/co/pokeapi /pokekotlin/example/example.kt:custom"
84
84
```
85
85
86
86
For further details, see the Dokka [ API Reference] ( ./api ) .
87
87
88
88
[ Kotlin Multiplatform ] : https://kotlinlang.org/docs/multiplatform.html
89
+
89
90
[ PokéAPI ] : https://pokeapi.co/
91
+
90
92
[ Maven Central ] : https://central.sonatype.com/namespace/co.pokeapi.pokekotlin
93
+
91
94
[ GitHub Packages] :
92
- https://docs.github.com/en/packages/working-with-a-github-packages-registry/working-with-the-gradle-registry
95
+ https://docs.github.com/en/packages/working-with-a-github-packages-registry/working-with-the-gradle-registry
96
+
93
97
[ gh-packages-guide] :
94
- https://docs.github.com/en/packages/working-with-a-github-packages-registry/working-with-the-gradle-registry#using-a-published-package
98
+ https://docs.github.com/en/packages/working-with-a-github-packages-registry/working-with-the-gradle-registry#using-a-published-package
99
+
95
100
[ repo ] : https://github.com/pokeapi/pokekotlin
101
+
96
102
[ Ktor ] : https://ktor.io/
103
+
97
104
[ Kotlin Serialization ] : https://github.com/Kotlin/kotlinx.serialization
105
+
98
106
[ coroutines ] : https://kotlinlang.org/docs/coroutines-guide.html
0 commit comments