Skip to content

notd5a/Javatopia

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

Javatopia

This is an API Wrapper for the Utopia P2P ecosystem in the Java language.

Usage

  1. Clone the repository.
  2. Save the WebAPIWrapper.java class into your project directory
  3. Create a new class and call the WebAPIWrapper class as an Object

WebAPIWrapper uapi = new WebAPIWrapper("//API KEY HERE");
//call the any utopia API method using uapi.method_here("parameters");

Example's:

uapi.getSystemInfo();
uapi.setProfileStatus("available", "happy");

Optional Parameters Keep parameters you dont want to include as --> null

Note:
The wrapper class is an example class of how you would access the API.
The WebAPIWrapper class contains the API wrapper.

About

Utopia P2P API Wrapper in Java

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages