-
Notifications
You must be signed in to change notification settings - Fork 3
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
📎API Refactoring #154
Labels
enhancement
New feature or request
Comments
This was referenced Feb 12, 2024
Merged
|
This was referenced Apr 27, 2024
Merged
Merged
Merged
This was referenced Jul 7, 2024
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
The current plan is to migrate all API and Cron handlers from the private repository to this repository, making the APIs more manageable and user-friendly.
now:
The new API will introduce the concept of
Creator
above the channel, making it easier to manage channels of each platform tied to a creator.Also, Integrate Broadcasts, YoutubeClips, and TwitchClips Model to Video Model.
Tasks
April: Cron (private repo -> common/cron Replace with Go)
Conveniently referred to as "distribution", but here it is unified as Video regardless of whether it is distribution or not, it is treated as Video whether it is distribution or clipping.
May: Discord Bot (Replace with Go + New feature development)
June: API (private Repo -> Implement in each service's directory e.g.) Define in API Route of schedule/web If there is something to be segregated into common parts, segregate it)
The text was updated successfully, but these errors were encountered: