Python library for interfacing with the Yale OrgDirectory API.
First, install the module:
pip3 install yaleorgdirectoryThen, to use these functions, you must import the module:
import yaleorgdirectoryBefore 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.
- TODO
See example.py for several usage examples.