Skip to content

TheSilentPro/BlobAPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

This a very simple wrapper to use for the blob build api.

Usage

Its as simple as initalizing a new client and just accessing the methods.

BlobClient client = BlobAPI.newClient(TOKEN);

Note that TOKEN can be null when calling endpoints that require no authorization. (eg. projects list)

The methods are pretty self explanitory. (I will add javadocs) They all are ran asynchronously using the HttpClient and return CompletableFuture.

client.getProjects().join(); // blocks thread
client.getProjects().whenComplete((response, ex) -> {}); // does not block

If you need help ask on the discord: https://discord.gg/RJsVvVd

About

Library for the blob build api

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages