Skip to content
This repository was archived by the owner on Mar 10, 2021. It is now read-only.

v2.0.0

Latest
Compare
Choose a tag to compare
@mattwright324 mattwright324 released this 30 Dec 19:47
· 2 commits to master since this release
36db586
  • New Added javadocs to all classes.

  • New Fields for all data inaccessible and now retrieved via getters.

  • New All entrypoints moved into package mattw.youtube.datav3.entrypoints

  • New Structure to make entrypoint call changed slightly when passing in the part field.

  • New Entrypoints will throw an error when attempting to use part types they don't accept.

  • New Quota usage is now tracked by every call made using the entrypoints.

  • Other general maintenance.

  • Changed Dependency, gson-2.8.5.jar is no longer included in the youtube-data-list jar but is being included in the release zip file. As long as gson is included in the project using youtube-data-list, the library will work.