WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content
This repository was archived by the owner on Nov 4, 2019. It is now read-only.

HyperiumClient/HyperiumAPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hyperium API

Hyperium's API Wrapper, Made in kotlin by Cubxity

Usage

Getting Purchases

HyperiumAPI api = new HyperiumAPI();
        PurchasesRequest purchases = new PurchasesRequest("Cubxity");
        PurchasesResponse purchasesResponse = (PurchasesResponse) api.request(purchases);
        for(Package p : purchasesResponse.getPackages())
            System.out.println(p);

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published