A library for connecting to the UW Human Resources API


License
Apache-2.0
Install
pip install UW-RestClients-HRP==1.3.4

Documentation

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