Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
Unreleased
add support for providing a custom
requests.Session
in client (#39
0.2.0 - 2021-03-10
add support for new API functions:
get_absences
,get_absence_types
,create_absence
,delete_absence
,get_attendances
(thanks philipflohr!)add support for paginated API requests (required for attendances & absences)
make
from_dict()
andto_dict()
behave consistentlymeta: improve CI builds & tests, better pre-commit hooks
lots of mock tests & documentation
0.1.1 - 2020-08-19
This is the first release of the Personio API client library
Created Python module
personio_py
Documentation using Sphinx (on GitHub Pages)