Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 495 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 495 Bytes

Download

cloudflare-java-client

A Java/Groovy client for the CloudFlare v4 API

Currently supports basic CRUD operations on zones and records.

To use (in Gradle):

repositories {
    jcenter()
}

dependencies {
    compile 'com.mhackner:cloudflare-java-client:<version>'
}