Skip to content

beige90/luno-java

 
 

Repository files navigation

Java library to connect to the Luno REST API

Build the library

./gradlew build

Usage

// create the API instance
LunoAPI luno = new LunoAPIImpl("key", "secret");
// use the API
LunoOrders listorders = luno.listOrders(State.PENDING, null)
//...

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%