Skip to content
This repository was archived by the owner on Apr 10, 2026. It is now read-only.

Latest commit

 

History

History
27 lines (17 loc) · 738 Bytes

File metadata and controls

27 lines (17 loc) · 738 Bytes

This project has moved: https://github.com/martinellich/mite-java

Java API for mite.

mite-java provides a Java API to the mite.api https://mite.yo.lk/api/

Usage

Maven Dependency

<dependency>
    <groupId>io.seventytwo.oss</groupId>
    <artifactId>mite-java</artifactId>
    <version>1.1.0</version>
</dependency>

Examples

var miteClient = new MiteClient("<your host>", "<your api key>");
var customers = miteClient.getCustomers(null, 50, 1);

Logging

You can log requests and responses by setting the logger io.seventytwo.oss.mite to debug level.

License

mite-java is open and free software under Apache License, Version 2: http://www.apache.org/licenses/LICENSE-2.0.html