Fuyukai / OWAPI

Overwatch JSON API
https://owapi.net
MIT License
456 stars 74 forks source link

rank_image doesnt show stars? #219

Open OverDodo opened 6 years ago

OverDodo commented 6 years ago

Issue

The rank_image only returns the portrait but not the stars..

Links that cause the issue

https://owapi.net/api/v3/u/Dad-12262/blob

Hi! Thank you for helping OWAPI by submitting an issue. Before you submit, please make sure you've done the following:

Thanks!

jp1337 commented 6 years ago

Hi @OverDodo The reason for only returning the image rank image without stars is because the playoverwatch website provides the rank image and the star image seperately. The API could additionally return the star image too. The implementation is not that complicated. You have to add them together in your application.

relaera commented 5 years ago

270 has been merged into the master branch, which also brings back a key in "overall_stats" called prestige_image, which houses the URL for the star image.