Skip to content

miguelac/telleroo-java-client

 
 

Repository files navigation

telleroo-java-client

A Java client for the Telleroo API banking system

Example usage:

Telleroo telleroo = new Telleroo("my-auth-token");
TAccount myAccount = telleroo.getAccounts().get(0);
system.out.println("Balance: £"+myAccount.getBalance()/100.0);

About

A Java client for the Telleroo API banking system

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%