I am confused and don't know how to use this.
Mesteryl opened this issue · 1 comments
Mesteryl commented
So I start with i
import fortnite_api
api = fortnite_api.FortniteAPI('My Key', True)
and for example, I want to see whats in the shop. What do I write next? Please help me.
Luc1412 commented
As mention in the short documentation, you can access the current shop by using api.shop.fetch()
. This will return a BR Shop object.