ua-box-api

Provides easy interface for making REST requests to University of Arizona Box file storage.


License
MIT
Install
pip install ua-box-api==1.0.0

Documentation

UA-EDS-API

Provides easy interface for making REST requests to University of Arizona Box file storage.

Motivation

To make a python API that could generically interact with the REST architecture of Box.

Code Example

from ua_box_api import ua_box_api

box_api = ua_eds_api.BoxApi(config)

items = box_api.get_all_items(10)

Installation

pip install --user ua-box-api

Credits

RyanJohannesBland EtienneThompson

License

MIT