Skip to content
This repository was archived by the owner on Mar 29, 2026. It is now read-only.

v4.8.3: Endpoint updates + bug fixes

Choose a tag to compare

@suufi suufi released this 24 Jan 23:22
· 332 commits to master since this release

v4.8.3 transitions endpoints to the latest ones and corrects a typings issue that would cause errors for TypeScript users.
–––––––––––
Method Updates

  • getGroups uses new endpoints.
    • Removes: EmblemId and IsInClan (deprecated).
    • Adds: MemberCount and RoleId.

Bug Fixes

  • getPlaceInfo uses cookies to address private inventories (#260)
  • Add generic array type in typings file to prevent type error (#265)
  • Fixed documentation error that resulted in missing argument error

Code cleanup

Dependency updates