Releases: Fortnite-API/py-wrapper
Releases · Fortnite-API/py-wrapper
AES endpoint
Added AES endpoint
v1.0.6: Changed version to 1.0.6
Added some missing imports
Added backend_series to BrCosmetic
Renamed BRCosmeticImage to BrCosmeticImage
Renamed last_updated to last_update in BrCosmetic
Renamed name to slug in CreatorCode
Renamed fetch_news to fetch in AsyncNewsEndpoints
Added motds to GameModeNews
Renamed entries to messages in GameModeNews
Added NewsMotd
Renamed NewsEntry to NewsMessage
Renamed description to body in NewsMessage
v1.0.5: Changed version to 1.0.5
Added channel attribute to BrCosmeticVariant
Added tag attribute to BrCosmeticVariantOption
Added is_special attribute to BrShopEntry
v1.0.4: Changed version to 1.0.4
- Added type hint for
FortniteAPIclass arguments - Added type check for
api_key - Implemented type check for search parameters
- Implemented
MissingIDParameterandMissingSearchParametererrors - Errors are now an instance of
FortniteAPIException - Added
ServiceUnavailablecheck - Fixed error in async lib
- Added keywords for lib
- Added tests
- Cleaned up some code
v1.0.3 Release
- Added type hints to function results
- Added
NotFounderror for all endpoints if something wasn't found - Added all existing errors to async endpoints
- Fixed bug that some requests didn't work because the URL was wrongly formatted
1.0.2 Release
- Added Errors for
UnauthorizedandRateLimted - API Key is now required! Get one on https://fortnite-api.com/profile
v1.0.1 Release
Added Creator Code endpoints
Raise errors instead retuning None
1.0.0 Fix
Reverted further changes in setup.py changes made in v1.0.0
1.0.0 Fix
Reverted setup.py changes made in v1.0.0
v1.0.0-post1: - Improved and fixed setup.py
Fixed installation trough pypi