Skip to content
This repository has been archived by the owner on Dec 19, 2022. It is now read-only.

Latest commit

 

History

History
29 lines (19 loc) · 750 Bytes

CHANGELOG.md

File metadata and controls

29 lines (19 loc) · 750 Bytes

Changelog

List of recent updates and changes to the paladins-api NodeJS wrapper.

v1.3.2

  • Added 'getPlayerLoadouts()' method. Returns champion loadouts.

v1.3.0

  • Added some error catching when parsing JSON data.

v1.2.6

  • Added a few more methods for testing.

v1.2.5

  • Responses can now be retrieved in a chosen language using setLanguage() method.
  • Responses can now also be returned in either 'XML' or 'JSON' format using setFormat() method.
  • 'Format' and 'Language' can also be passed to the constructor following the devId and authKey respectively.
  • Code refactoring and cleanup.
  • Swapped out request for fetch to handle http requests.