Skip to content

pbu-dev/z4j

z4j logo

The ultra-lightweight, cloud-native Java client for the Zendesk API

About The Project

A zippy Zendesk client built for heavy lifting, z4j pairs Micronaut’s lightning-fast architecture and minimal footprint with a testing suite so rigorous it’s borderline obsessive.

Getting Started

Installation

Gradle

Gradle Kotlin Gradle
implementation("lol.pbu:z4j:0.1.4")
implementation 'lol.pbu:z4j:0.1.4'

Maven

<dependency>
	<groupId>lol.pbu</groupId>
	<artifactId>z4j</artifactId>
	<version>0.1.4</version>
</dependency>

Example Projects

  • zcmi is a cli project built with z4j.

Contributing

Please read our Code of Conduct and Contributing Guide for details on our development process, style guides, and testing strategy.