ronoaldo / swgoh

Archived Repository - Small tool and library to interact with https://api.swgoh.help API.
Apache License 2.0
17 stars 11 forks source link

Parse more profile information #8

Closed ronoaldo closed 5 years ago

ronoaldo commented 6 years ago

Currently, only last update and arena team and stats are parsed in the main profile page (/u/username). It would be nice to get all stats from that page in the form of a profile, and return this profile data as a struct to a .PlayerInfo() method in the client.

The idea is to deprecate the .Arena() method and return the arena team as a field of the profile. Guild name is one of the basic main features that could be added, along with the guild link.

ronoaldo commented 5 years ago

All data is now available using the new API endpoint!