Benno
Results
1
issues of
Benno
Hello I have got the following issue with the personio API when I try to connect. Code: ``` p = Personio(client_id=client_id, client_secret=client_secret) p.authenticate() ``` When I exeecute the code with...