This repository was archived by the owner on Mar 10, 2021. It is now read-only.
-
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.