> For the complete documentation index, see [llms.txt](https://magonxesp.gitbook.io/booru-client/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://magonxesp.gitbook.io/booru-client/introduction.md).

# Introduction

Booru client is an API wrapper for Kotlin (JVM) of the API for Danbooru, Konachan.com, Konachan.net, Yande.re and Safebooru.

### Getting started

Add first the [kotlinx-coroutines](https://github.com/Kotlin/kotlinx.coroutines) dependency.

```kts
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:$kotlin_corroutines_version")
```

Add the Booru client dependency

```kts
implementation("io.github.magonxesp:booru-client:1.0.0")
```
