Skip to content

ATFBlueshift/Nitrapi-Java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nitrapi-Java

Java based SDK for the Nitrapi RESTful API.

Using

  • Install Maven 3 (mvn) on your build system
  • Run the build.sh script in the main directory
  • Include the generated .jar file from the target directoy into your Java application

Example

    Nitrapi api = new Nitrapi("<access token>");
    try {
        Service[] services = api.getServices();
        // ...
    } catch (NitrapiErrorException e) {
        // There was an error in our request to the api.
        // ...
    } catch (NitrapiHttpException e) {
        // There was an error connecting to the api.
        // ...
    }

About

Java based SDK for the Nitrapi

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages