This repository has been archived by the owner on Jul 24, 2023. It is now read-only.
Releases: PaladinsDev/PHP-API
Releases · PaladinsDev/PHP-API
Fixing invalid signature.
Always throw an error if `ret_msg` is set.
v1.1.3 Update PaladinsAPI.php
New endpoints
Added the following endpoints:
- getServerStatus
- getPatchInfo
- getRankedLeaderboard
- getRankedSeasons
- getChampionLeaderboard
- getPlayerQueueStats
Fixing create session bug.
v1.1.1 Fixing the create session bug
Added unit testing and more
-
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.