Skip to content

Releases: Fortnite-API/py-wrapper

AES endpoint

24 Jan 15:56

Choose a tag to compare

Added AES endpoint

v1.0.6: Changed version to 1.0.6

25 Dec 19:02

Choose a tag to compare

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

16 Dec 15:39

Choose a tag to compare

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

12 Dec 23:14

Choose a tag to compare

  • Added type hint for FortniteAPI class arguments
  • Added type check for api_key
  • Implemented type check for search parameters
  • Implemented MissingIDParameter and MissingSearchParameter errors
  • Errors are now an instance of FortniteAPIException
  • Added ServiceUnavailable check
  • Fixed error in async lib
  • Added keywords for lib
  • Added tests
  • Cleaned up some code

v1.0.3 Release

10 Dec 22:25
ae2edfc

Choose a tag to compare

  • Added type hints to function results
  • Added NotFound error 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

03 Dec 20:41

Choose a tag to compare

v1.0.1 Release

25 Nov 17:47

Choose a tag to compare

Added Creator Code endpoints
Raise errors instead retuning None

1.0.0 Fix

19 Nov 17:05

Choose a tag to compare

Reverted further changes in setup.py changes made in v1.0.0

1.0.0 Fix

19 Nov 16:56

Choose a tag to compare

Reverted setup.py changes made in v1.0.0

v1.0.0-post1: - Improved and fixed setup.py

19 Nov 16:30

Choose a tag to compare

Fixed installation trough pypi