Fortnite-API / py-wrapper

Python implementation for https://fortnite-api.com
https://fortnite-api.rtfd.org/en/latest
MIT License
40 stars 17 forks source link

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

Closed Mesteryl closed 3 years ago

Mesteryl commented 4 years ago

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 4 years ago

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