Skip to content

uw-it-aca/uw-restclients-hrp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

76 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

REST client for the UW HRP Web Service

UW-RestClients-HRP

Build Status Coverage Status PyPi Version Python versions

Installation:

pip install UW-RestClients-HRP

To use this client, you'll need these settings in your application or script:

RESTCLIENTS_HRPWS_HOST='https://...'

Optional settings:

# Customizable parameters for urllib3
RESTCLIENTS_HRPWS_TIMEOUT=60
RESTCLIENTS_HRPWS_POOL_SIZE=10