Skip to content

uw-it-aca/uw-restclients-myplan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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=''