Skip to content

Releases: zeroclutch/f1-fantasy-api

v0.3.2

18 Mar 03:08
5e834b5
Compare
Choose a tag to compare

Changes

Breaking changes

  • Constructors and drivers are keyed by numeric_id instead of short_name

Features

  • New class ClientUser extends user, and refers to the user
  • Upon login, Client#init is called automatically and grand prix data is loaded into the cache

Fixes

  • Multiple authenticated requests no longer fail, the session token is automatically updated after each request
  • Player is renamed to User
  • ClientUser is exported