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

Replace my custom youtube-data-list library with google-api-services-youtube #19

Closed
mattwright324 opened this issue Jun 9, 2019 · 1 comment

Comments

@mattwright324
Copy link
Owner

While my custom library works, it is incomplete and has been mostly limited to the listing functions. Google's Java API will be complete and will make it easier to implement suggestions such as #12 which require functions not in my library.

This will also make it slightly easier for others to pull down the project and build it as it would no longer require pulling down/downloading my custom library. All dependencies can be managed through Maven.

@mattwright324
Copy link
Owner Author

This has been done in commits e577e39 and ccf13cb in the replace-ytapi branch. My custom API was surprisingly similar to Google's implementation and the process went quick. Everything looks to be working great.

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

No branches or pull requests

1 participant