Freeseer / freeseer

Designed for capturing presentations at conferences. Pre-fill a list of talks to record, record them, and upload them to YouTube with our YouTube Uploader.
http://freeseer.readthedocs.org
GNU General Public License v3.0
215 stars 110 forks source link

HTTP API: decouple recording endpoints from API server class #568

Closed dbrenden closed 9 years ago

dbrenden commented 9 years ago

The code for Freeseer HTTP API framework and recording api are both contained in controller/server.py. They should be decoupled, so any recording API code is separate from the API framework. This will make the HTTP API more modular, and make it easier add API endpoints unrelated to recording. (useful for #436)

dideler commented 9 years ago

This was supposed to be closed by PR #569, see https://github.com/Freeseer/freeseer/pull/569#issuecomment-59931002