/cloudflare-api-client

Kotlin Cloudflare API client

Primary LanguageKotlinGNU General Public License v3.0GPL-3.0

cloudflare-api-client

License Issues Pull Requests Code Size

Kotlin Cloudflare API client

Installation

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

api("me.nathanfallet.cloudflare:cloudflare-api-client:4.4.2")
<dependency>
    <groupId>me.nathanfallet.cloudflare</groupId>
    <artifactId>cloudflare-api-client-jvm</artifactId>
    <version>4.4.2</version>
</dependency>