Skip to content
This repository was archived by the owner on Jun 21, 2020. It is now read-only.
/ Javablox Public archive

Retrofit2-based asynchronous Roblox endpoint wrapper

License

Notifications You must be signed in to change notification settings

RbxAPI/Javablox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

a5be670 · Sep 22, 2019
Sep 22, 2019
Sep 18, 2019
Sep 22, 2019
Sep 22, 2019
May 1, 2019
Sep 18, 2019
Jun 8, 2019
Jun 8, 2019
Sep 22, 2019
Sep 18, 2019
Sep 18, 2019
Jul 14, 2019
Sep 18, 2019
Mar 27, 2019
Jul 31, 2019

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