Skip to content

NeutrinoAPI/neutrino-api-client-apache

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

NeutrinoAPI Java Apache SDK

Java client using the Apache HTTP client and Gson JSON library

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.6.13

Getting started

First you will need a user ID and API key pair: SignUp

To Build

$ mvn clean install

To Initialize

NeutrinoAPI neutrinoAPI = new NeutrinoAPI("<your-user-id>", "<your-api-key>");

Running Examples

$ mvn compile exec:java \
-Dfile.encoding=UTF-8 \
-Dexec.mainClass=com.neutrinoapi.examples.EmailValidate

You can find examples of all APIs in src/main/java/com/neutrinoapi/examples

For Support

Contact us

About

Java client using the Apache HTTP client and Gson JSON library

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages