Skip to content
This repository has been archived by the owner on Jul 24, 2023. It is now read-only.

Releases: PaladinsDev/PHP-API

Fixing invalid signature.

11 Feb 19:35
Compare
Choose a tag to compare
v1.1.4

Fixing timestamp signature issue.

Always throw an error if `ret_msg` is set.

08 Feb 19:13
7d6529f
Compare
Choose a tag to compare
v1.1.3

Update PaladinsAPI.php

New endpoints

01 Feb 20:44
Compare
Choose a tag to compare

Added the following endpoints:

  • getServerStatus
  • getPatchInfo
  • getRankedLeaderboard
  • getRankedSeasons
  • getChampionLeaderboard
  • getPlayerQueueStats

Fixing create session bug.

31 Jan 17:39
Compare
Choose a tag to compare
v1.1.1

Fixing the create session bug

Added unit testing and more

29 Jan 15:23
Compare
Choose a tag to compare
  • In this release, instead of relying on Illuminate for caching, we moved to Onoi Cache with an optional Illuminate driver.

  • Also made a workaround for the invalid signatures by giving it options to "retry" the request (max 3 times), if it hits that max...it will fail. Never caused failure during testing, so we'll see how that works.

  • Added unit testing as well. First time doing unit tests, so it's probably not great.