Neutrino API Java client using the Apache HTTP and Gson JSON libraries
The official API client and SDK built by NeutrinoAPI
| Feature | |
|---|---|
| Platform Version | >= 11 |
| HTTP Library | Apache |
| JSON Library | Gson |
| HTTP/2 | No |
| HTTP/3 | No |
| CodeGen Version | 4.7.1 |
First you will need a user ID and API key pair: SignUp
$ mvn clean installNeutrinoAPI neutrinoAPI = new NeutrinoAPI("<your-user-id>", "<your-api-key>");$ mvn compile exec:java \
-Dfile.encoding=UTF-8 \
-Dexec.mainClass=com.neutrinoapi.examples.EmailValidateYou 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