Skip to content

ErikBoesen/yaleorgdirectory

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 

yaleorgdirectory PyPI version

Python library for interfacing with the Yale OrgDirectory API.

API documentation

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.

Author

Erik Boesen

License

GPL

About

Python wrapper for the Yale OrgDirectory API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages