Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 8 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,24 +8,16 @@

Maintainer: [@sargunv](https://github.com/sargunv)

This is a [Kotlin](https://kotlinlang.org/) client for
[PokeApi](https://github.com/PokeAPI/pokeapi).
PokeKotlin is a modern [Kotlin Multiplatform] client for [PokéAPI]. It supports
Kotlin JVM, JS, WASM, and Native. Under the hood, it's built on [Ktor], [Kotlin
Serialization], and coroutines.

## Installation

Since v2.5.0, the library is published to Maven Central.

Current version:
![Maven Central Version](https://img.shields.io/maven-central/v/dev.sargunv.pokekotlin/pokekotlin)

### Gradle
## Usage

```kts
dependencies {
implementation("dev.sargunv.pokekotlin:pokekotlin:VERSION")
}
```
- [Documentation]
- [API Reference]

## Usage

See the [API Reference](https://pokeapi.github.io/pokekotlin/api/).
[Documentation]: https://pokeapi.github.io/pokekotlin/
[API Reference]: https://pokeapi.github.io/pokekotlin/api/