Skip to content

Releases: matthillman/swgoh-help

Add support for relics and turn of enums by default

18 Sep 14:50
Compare
Choose a tag to compare

Turning off enums allows the results to be directly sent to something like Crinlo's stat calc api. Enum classes have been added to help translate the raw values back into the enum values.

Guild fetch chunking!

11 Sep 15:18
Compare
Choose a tag to compare

When fetching a guild, the API class will now chunk the ally codes when querying player data instead of sending then entire guild at once. This should produce more reliable results at times when the API itself is under a heavy load, hopefully alleviating the problem where you don't get results back for every ally code

Version 1

30 May 16:56
Compare
Choose a tag to compare

Bumping to version 1! This has been in stable use for months, so dropping the pre-release tag

Changes

  • Can now pass an ally code to the guild scraper instead of just the swgoh.gg ID. This should help when trying to pull data during peak times
  • Can now optionally include mods in the scrape results for a guild

Fix to also catch ServerExceptions

05 Mar 16:51
Compare
Choose a tag to compare
Pre-release
v0.4.1-beta

catch server error as well

Fix for 503 with API 2.0.6

05 Mar 16:36
c333032
Compare
Choose a tag to compare
Pre-release
Merge pull request #2 from matthillman/dev/apiv206

Get a new token on 503

Compatibility with swgoh.help api changes

04 Dec 15:45
6190db6
Compare
Choose a tag to compare

Keeps the behavior of the guild query by querying both the /guild and /player apis

Fix compatibility with API updates

29 Oct 19:11
Compare
Choose a tag to compare
Pre-release

Various tweaks that stoped working with the API update

Fix for FULL_ROSTER query

16 Oct 14:42
Compare
Choose a tag to compare
Pre-release

Fix logic error from bad copy/paste. Releases won't always come this fast but this was pretty bad

Initial release

16 Oct 13:46
Compare
Choose a tag to compare
Initial release Pre-release
Pre-release

This is the initial release of the API wrapper. It is fully functional but limited in real-world use