Fortnite-API/py-wrapper

I am confused and don't know how to use this.

Mesteryl opened this issue · 1 comments

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.

As mention in the short documentation, you can access the current shop by using api.shop.fetch(). This will return a BR Shop object.