Skip to content

InteAlis/The-Altening-API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 

Repository files navigation

How to generate a new account:

TheAltening theAltening = new TheAltening();
theAltening.generateAccount("API TOKEN");

How to favourite and private account:

TheAltening theAltening = new TheAltening();
theAltening.favouriteCurrentAccount();
theAltening.privateCurrentAccount();

theAltening.favouriteAccount("API TOKEN", "ACCOUNT TOKEN");
theAltening.privateAccount("API TOKEN", "ACCOUNT TOKEN");

How to generate license info:

TheAltening theAltening = new TheAltening();
theAltening.initializeLicenseInfo("TOKEN");

How to set authentication service:

TheAltening theAltening = new TheAltening();
theAltening.setAuthService(AccountService.ServiceType.THEALTENING);

About

A simple API made for easy use with The Altening service.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages