Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIP: Refactor the library for easier extendability and testing #83

Open
wants to merge 9 commits into
base: master
Choose a base branch
from

Conversation

rytilahti
Copy link
Owner

This WIP PR aims to convert from organically grown API towards service-based one. Each service (such as guide, audio, avContent, etc.) is implemented in its own file located under services/ directory.

The end goal for this transition is to simplify the API for downstream users, allow easier test writing and enable easier extendability. The current API is still supported, but it will be deprecated at some point.

This is currently heavily WIP & requires rebasing over current master branch.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant