1.0.4 • Published 2 years ago
mcbe-realms v1.0.4
mcbe-realms
A JS wrapper for the MCBE realms API.
Everything is decently documented so you can look around and do whatever you want with it.
NOTE: This is weakly tested, so there's no guarantees that everything is working, however I will have tested the majority of stuff.
Changelog
1.0.4
- Fixed a bug which would stop you from downloading a backup's world folder.
- Added readable errors for 503 Service Unavailable and 429 Too Many Requests HTTP errors.
- Added a new type of error:
DownloadError. - Added a possible download error in
Download.getRaw()andDownload.getWorldFolder()for when you try download a file/folder with the same name as another file/folder in the same directory. You can also pass in the parameteroverwriteExisting: trueto ignore this and remove the file/folder before downloading.
1.0.3
- Added typescript typings for the module, generated from the JSDoc comments within the code. These are located in
/typings - Renamed the
Userclass toClientto make it more fitting.