Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 454 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 454 Bytes

MobizonAPI

MobizonAPI is a Java client for Mobizon services, which gives you an easy integration point.

[API Documentation] (https://mobizon.ua/integration/api)

Usage

MobizonApi api = new MobizonApi("token", "api.mobizon.ua"); System.out.println(api.getOwnBalance()); System.out.println(api.sendSMSMessage("Hello from the other side", "380671234567"));

Open source agreement

MIT.