Neutrino API Java client using the OkHttp and Gson JSON libraries
The official API client and SDK built by NeutrinoAPI
Feature | |
---|---|
Platform Version | >= 11 |
HTTP Library | OkHttp |
JSON Library | Gson |
HTTP/2 | Yes |
HTTP/3 | No |
CodeGen Version | 4.6.16 |
First you will need a user ID and API key pair: SignUp
$ mvn clean install
NeutrinoAPI neutrinoAPI = new NeutrinoAPI("<your-user-id>", "<your-api-key>");
$ mvn compile exec:java \
-Dexec.cleanupDaemonThreads=false \
-Dfile.encoding=UTF-8 \
-Dexec.mainClass=com.neutrinoapi.examples.EmailValidate
You can find examples of all APIs in src/main/java/com/neutrinoapi/examples
Set the 'your-user-id' and 'your-api-key' values in the example to retrieve real API responses