Skip to content

Releases: Alex1304/jdash

JDash 2.0.0

10 May 13:44
cc2e8b9
Compare
Choose a tag to compare

This update changes the package ID from com.alex1304dev.jdash to com.github.alex1304.jdash. Updating to this version will break your current import statements, that's why this version is released as version number 2.0.0.

JDash 1.0.1

10 May 11:59
d4d1368
Compare
Choose a tag to compare
  • Fixed a bug where a GDAPIException would be thrown when attempting to download a level that is not copyable
  • Added full documentation, it is available here

JDash 1.0.0

08 May 21:54
2b14a5b
Compare
Choose a tag to compare
  • HTTP client for reading data from Geometry Dash servers
  • Support for authentication with account ID / password
  • A set of objects to manipulate the data

Available HTTP request objects:

  • Download a level
  • Search for levels
  • Fetch a user profile
  • Search for users
  • Fetch an authenticated user's private message inbox
  • Read the content of a private message
  • Send a private message to another user