All notable changes to fwtv module will be documented in this file.
The format is based on Keep a Changelog
- oauth2 support
- me endpoint
- Change repository structure to a src/package style
- Linter. Use ruff instead of black and isort
- some missing url parameters
- changed meaning of
kwargs
to be able to passtimeout
and other parameters to the request. usedata
as the body parameter
- renamed
birthday
of employee model tobirthday_on
as it has changed by the api
- added
py.typed
file
- use
httpx
instead ofaiohttp
- initial project release