Provides easy interface for making REST requests to University of Arizona Box file storage.
To make a python API that could generically interact with the REST architecture of Box.
from ua_box_api import ua_box_api
box_api = ua_eds_api.BoxApi(config)
items = box_api.get_all_items(10)
pip install --user ua-box-api
RyanJohannesBland EtienneThompson
MIT