Restclient for Attestations Service
Installation:
pip install UW-RestClients-Attest
To use this client, you'll need these settings in your application or script:
# Specifies whether requests should use live or mocked resources,
# acceptable values are 'Live' or 'Mock' (default)
RESTCLIENTS_SPACE_DAO_CLASS='Live'
RESTCLIENTS_SPACE_CERT_FILE='/path/to/cert' RESTCLIENTS_SPACE_KEY_FILE='/path/to/key'
Settings: RESTCLIENTS_SPACE_HOST='' RESTCLIENTS_SPACE_TIMEOUT= RESTCLIENTS_SPACE_POOL_SIZE=