PDI
Overview
In order to instantiate the class you must pass valid kwargs or store the following environmental variables:
'PDI_USERNAME'
'PDI_PASSWORD'
'PDI_API_TOKEN'
Quickstart
from parsons import PDI
pdi = PDI()
#Get all contacts (flag IDs) available from PDI
pdi.get_flag_ids()
#Get all flags since the beginning of 2020
pdi.get_flags(start_date='2020-01-01')