This repository includes examples that demonstrate how Panopto's REST API can be used with Python 3. This method does not work with the latest Python urllib3 library as of 2022-07-09, version 1.26.10.
The REST API web server supports JWT-based authentication and authorization, asynchronous database operations for user and account models, a basic transaction example ...