Skip to content

Releases: alexdev03/BuyCraftAPI

BuyCraftAPi 4.5 - Improved HTTP Requests, Code Restyling, Performance Enhancements, and Placeholder Bug Fixes and more

Choose a tag to compare

@alexdev03 alexdev03 released this 18 Sep 21:14

First release

4.5 Improved HTTP Requests, Code Restyling, Performance Enhancements, Placeholders Bugs Fixed and more

Choose a tag to compare

@alexdev03 alexdev03 released this 19 Sep 21:08

Fixed #3 , fixed many problems with http requests, restyled a bit the code, improved overall performance and fixed a few old placeholders bugs.
Now if the request fail and get error 429, it will continue to ask other requests. Before it would stop the task.

Refactored the BuycraftAPI to utilize OkHttp and Gson for more reliable API communications, making the code more efficient and easier to maintain. Also, enhanced error handling across the application for better resilience to unexpected issues. Manual data manipulation methods have been replaced with Java's Stream API methods for better performance and readability.