Skip to content
This repository has been archived by the owner on Mar 30, 2022. It is now read-only.

zPirroZ3007/NordVPN-Java-API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

NordVPN-API

Just a simple Java API that permits to call NordVPN API

It simply calls the api and dumps the JSON back.

Usage

import nordapi.NordAPI;

NordAPI api = new NordAPI();

String nameServers = api.nameServers();
// Do other stuff

Examples can be found in src/examples/

About

Just a simple Java API that permits to call NordVPN API.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages