Marcelektro / SMSVerification-Java

Java library for SMSVerification (https://smsverification.xyz)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SMSVerification Java Library


A java library for SMSVerification allowing easy access to the REST api

Usage

To use the library, you need an instance of SMSVerification object.
SMSVerification smsVerification = new SMSVerification("yourApiKeyHereHehe");

All methods can be executed there, for example get your current balance, use
float bal = smsVerification.getBalance();

Example usage

https://github.com/Marcelektro/SMSVerification-Java/blob/master/src/test/java/TestSession.java

Questions?

If you have any questions, ask them here!

About

Java library for SMSVerification (https://smsverification.xyz)


Languages

Language:Java 100.0%