generated from PrismarineJS/prismarine-template
-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Expand API and expose more realm config data (#40)
* Added near full coverage of bedrock realm API (missing misc) * Removed some unneeded returning of realm object Copied bedrock realm API functions that also apply to Java over to Java Updated Realm object and BedrockRealmAPI class * Fixed linting failure * Renamed texture pack required function Removed removeAllRealmPlayers function due to invalid request Added params to methods in Realm.js Created tests and responses for the new functions Added documentation for the new functions * Removed removeAllRealmPlayers from table of contents * Renamed removeRealmInvite function Fixed body of userPermission request Moved functions that are the same into RealmAPI class Renamed removePlayerFromRealm uuid param to xuid * Made detailed a param for getSubscriptionInfo Changed configuration parameter to be an Object instead of a String * No need for a custom configuration constructor * Fixed missing type returns in index.ts Updated docs to reflect type changes Formatted what functions return to reflect their custom types * Fixed lint fail * Fixed failing tests * comment out changeRealmConfiguration method --------- Co-authored-by: extremeheat <[email protected]>
- Loading branch information
1 parent
f5ec7c5
commit 866ce6a
Showing
8 changed files
with
837 additions
and
42 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.