ml-tooling / contaxy

MIT License
10 stars 8 forks source link

Add missing auth client methods and tests #64

Closed JNKielmann closed 2 years ago

JNKielmann commented 2 years ago

The python client class for the authentication endpoints had some unimplemented methods. This PR adds the implementation for those methods. In some cases this also required adjusting the endpoints (e.g. add missing parameters). Additionally, the auth operation tests were adjusted so they also run for the remote client.