Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 980 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 980 Bytes

uw-restclients-myplan

Build Status Coverage Status PyPi Version Python versions

Installation:

pip install UW-RestClients-MyPlan

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_MYPLAN_DAO_CLASS='Live'
RESTCLIENTS_MYPLAN_AUTH_DAO_CLASS='Live'
RESTCLIENTS_MYPLAN_AUTH_SECRET=''
RESTCLIENTS_MYPLAN_AUTH_HOST=''