Releases: matthillman/swgoh-help
Add support for relics and turn of enums by default
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!
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
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
v0.4.1-beta catch server error as well
Fix for 503 with API 2.0.6
Merge pull request #2 from matthillman/dev/apiv206 Get a new token on 503
Compatibility with swgoh.help api changes
Keeps the behavior of the guild query by querying both the /guild and /player apis
Fix compatibility with API updates
Various tweaks that stoped working with the API update
Fix for FULL_ROSTER query
Fix logic error from bad copy/paste. Releases won't always come this fast but this was pretty bad
Initial release
This is the initial release of the API wrapper. It is fully functional but limited in real-world use