This differs from the default example in that it uses auth=(username, password) instead of auth=UsernamePasswordAuth(username, password), and it sets the base path.
🔦 Context
Since DMS is part of Tamr's supported product, we should have an example of how to call its APIs via python.
🙋 feature request
Expand the docs section on "Custom Host / Port / Base API path" to cover the options required to use DMS. https://tamr-client.readthedocs.io/en/stable/user-guide/advanced-usage.html#custom-host-port-base-api-path
💁 Possible Solution
Here is a working example to create a client for calling DMS:
This differs from the default example in that it uses
auth=(username, password)
instead ofauth=UsernamePasswordAuth(username, password)
, and it sets the base path.🔦 Context
Since DMS is part of Tamr's supported product, we should have an example of how to call its APIs via python.