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

Restructure NewDisplayAsset and add add beta method to fetch new display assets #26

Closed Luc1412 closed 2 days ago

Luc1412 commented 5 days ago

Summary

All classes related to NewDisplayAsset have been moved into their own file that include:

Addionally the missing beta_fetch_new_display_assets() method has been added.

Checklist