ronoaldo / swgohapi

Cached, parsed https://swgoh.gg/ player profile data unofficial API
https://swgoh-api.appspot.com/
GNU Affero General Public License v3.0
1 stars 0 forks source link

Rework stats and add ship stats too #3

Closed ronoaldo closed 7 months ago

ronoaldo commented 6 years ago

It may be a good idea to merge the Collection and Stats fields and to expand the Ship collections with the unit stats extracted. This way the Profile.Collection[0] contains all info at once. This requires a rework on the github.com/ronoaldo/swgoh/swgohgg package to merge the same info.

One option is to make the a new Character.Stats and Ship.Stats attribute to hold the info, and make it optional in the response JSON.

ronoaldo commented 7 months ago

I'm no longer maintaining this project.