An open API service indexing awesome lists of open source software.

https://github.com/nathanfallet/cloudflare-api-client

Kotlin Cloudflare API client
https://github.com/nathanfallet/cloudflare-api-client

cloudflare-api kotlin-library ktor-client

Last synced: 10 months ago
JSON representation

Kotlin Cloudflare API client

Awesome Lists containing this project

README

          

# cloudflare-api-client

[![License](https://img.shields.io/github/license/nathanfallet/cloudflare-api-client)](LICENSE)
[![Issues](https://img.shields.io/github/issues/nathanfallet/cloudflare-api-client)]()
[![Pull Requests](https://img.shields.io/github/issues-pr/nathanfallet/cloudflare-api-client)]()
[![Code Size](https://img.shields.io/github/languages/code-size/nathanfallet/cloudflare-api-client)]()

Kotlin Cloudflare API client

## Installation

Add dependency to your `build.gradle(.kts)` or `pom.xml`:

```kotlin
api("me.nathanfallet.cloudflare:cloudflare-api-client:4.4.2")
```

```xml

me.nathanfallet.cloudflare
cloudflare-api-client-jvm
4.4.2

```