Skip to content

Appstax/appstax-java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Appstax Java SDK

Build Status Download

This is the official Java SDK for Appstax.

It's a new SDK, so let us know if you encounter any issues.

Usage example

Ax ax = new Ax("key");

AxObject object = ax.object("contacts");
object.put("name", "Foo McBar");
object.put("email", "foo@example.com");

ax.save(object);

License

MIT License