Skip to content

Introduce the first version of the client

Andreas Ellewsen requested to merge feature/make-the-client into master

Client:

  • contains methods for updating/creating and deleting persons
  • contains methods for getting update/delete schema

Tests check:

  • models
  • client (both initializing and methods mentioned above)
  • endpoints

Includes tox.ini and Jenkinsfile for easy running of tests of future pull requests.

Resolves: CIM-3

Merge request reports