Skip to content

Releases: Fortnite-API/py-wrapper

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

v1.0.3 Release

10 Dec 22:25
ae2edfc
Compare
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
Compare
Choose a tag to compare

v1.0.1 Release

25 Nov 17:47
Compare
Choose a tag to compare

Added Creator Code endpoints
Raise errors instead retuning None

1.0.0 Fix

19 Nov 17:05
Compare
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
Compare
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
Compare
Choose a tag to compare

Fixed installation trough pypi

v1.0.0 Release

18 Nov 22:15
Compare
Choose a tag to compare

Updated library to the latest features of Fortnite-API.com
Date objects are now datetime.datetime objects instead of str
Added prevention for errors if a value is not found. Instead of raising an error, it will be None

Alpha Release

17 Nov 19:50
Compare
Choose a tag to compare
Alpha Release Pre-release
Pre-release

First release for testing purposes.