Python library for interfacing with the Yale OrgDirectory API.
Setup
First, install the module:
pip3 install yaleorgdirectory
Then, to use these functions, you must import the module:
import yaleorgdirectory
Before using the library, you must instantiate its class, for example:
orgdirectory = yaleorgdirectory.YaleOrgDirectory('your API key here')
You can obtain your API key as described here.
Retrieval Functions
- TODO
See example.py
for several usage examples.