Skip to content

uw-it-aca/uw-restclients-space

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

uw-restclients-space

Restclient for Attestations Service

Build Status Coverage Status PyPi Version Python versions

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'

Paths to UWCA cert and key files

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=