ucfopen / canvasapi

Python API wrapper for Instructure's Canvas LMS. Easily manage courses, users, gradebooks, and more.
https://pypi.python.org/pypi/canvasapi
MIT License
561 stars 175 forks source link

Request timeouts #629

Open ArhanChaudhary opened 1 year ago

ArhanChaudhary commented 1 year ago

Having a timeout functionality should be a living standard for API wrappers. I propose for there to be an interface that allows for setting request timeouts without complicated subclassing.