Skip to content

Releases: Fortnite-API/py-wrapper

Bugfix

12 Jun 19:26
Compare
Choose a tag to compare
  • Fixed issue where Enums or datetime are not converted when using them as search parameter

Bugfixes

10 Jun 23:09
Compare
Choose a tag to compare
  • Fixed issue that API key was still required
  • Changed type and rarity parameter to enums

Stats & Bugfixes

15 May 00:35
Compare
Choose a tag to compare
  • Fixed issue when the result is no JSON
  • Renamed user to account
  • Added UNKNOWN rarity for some rare cases where the library wasn't updated fast enough
  • Added stats endpoints
  • Added forbidden error
  • Fixed issue with aiohttp library version

Slurp Rarity and Combined Shop

05 May 17:11
Compare
Choose a tag to compare
  • Added combined argument in shop.fetch which use the new combined endpoint instead
  • Added slurp rarity

Update to Version 2

03 May 23:11
Compare
Choose a tag to compare
  • Updated library to all v2 changes
  • API Key isn't required anymore

Bugfixes + Improvements

11 Mar 15:43
Compare
Choose a tag to compare
  • Fixes AES endpoints
  • Added option to get AES by converting AES class to string
  • Added shout to CosmeticType

AES endpoint

24 Jan 15:56
Compare
Choose a tag to compare

Added AES endpoint

v1.0.6: Changed version to 1.0.6

25 Dec 19:02
Compare
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
Compare
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
Compare
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