10000 GitHub - modynem/Javablox: Retrofit2-based asynchronous Roblox endpoint wrapper
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
8000

modynem/Javablox

 
 

Repository files navigation

Javablox

Developed by TCLRainbow

This library is based on this endpoint list

TCLRainbow Discord: TCLRainbow discord

Largest Roblox API Discord community: Largest Roblox API Discord

Travis CI: Build Status

Library Architecture

1. API (javablox-api)

Javablox is now built ontop of Retrofit 2. All APIs are interfaces declared as Retrofit Calls.

2. Implementation (javablox-endpoint)

Uses call.enqueue to get response (includes 4xx Status Code). When error, parse, generate and throw JavabloxException[]

3. Instance-based

User user = new User(String username, String password); for login

4. Future events

Future<void> onLoginSuccesful

New models

  • User
    • Authenticated User
  • Place
  • Universe
  • Avatar
  • Asset
  • Badge
  • Conversation
    • Party

About

Retrofit2-based asynchronous Roblox endpoint wrapper

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 99.4%
  • Shell 0.6%
0