aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/com
Commit message (Collapse)AuthorAgeLines
* Delete src/main/java directoryPinapelz2023-04-07-658/+0
|
* Updated Video object to handle Comment objects0.05Pinapelz2023-04-06-1/+9
|
* Changed VideoMetadataQueryBuilder.java to VideoByVideoIdQueryBuilder.java0.04Pinapelz2023-04-06-6/+6
| | | | Removed confusing naming
* Refactored return objects, distinguished according to APIPinapelz2023-04-06-27/+46
| | | | Video and Channels have been split into simple variations for cases when Holodex returns an object with less values
* Fixed missing return values from certain queriesPinapelz2023-04-05-4/+23
|
* General cleanupPinapelz2023-04-05-3/+3
|
* Removed old LiveVideoQueryBuilder.javaPinapelz2023-04-05-157/+0
|
* Updated javadoc for Builder functionsPinapelz2023-04-05-21/+185
|
* Rename VideosByChannelIDQuery.java to VideosByChannelIDQueryBuilder.javaPinapelz2023-04-05-12/+23
|
* Make classes return itself to allow for concatenated object creationPinapelz2023-04-05-10/+21
|
* Removed test printPinapelz2023-04-04-1/+0
|
* Implemented passing API Key HeaderPinapelz2023-04-04-1/+14
|
* Fixed bug with invalid datatypes for various getLiveVideos and getVideos ↵Pinapelz2023-04-04-8/+9
| | | | parameters
* Implemented getVideosFromChannels, getVideo, and getChannels GET requestsPinapelz2023-04-04-6/+25
|
* Implemented ChannelQueryBuilder, LiveVideoQueryBuilder, and VideoQueryBuilderPinapelz2023-04-04-137/+239
|
* Implemented getVideoByChannelIdPinapelz2023-04-04-1/+84
|
* Implemented getChannel method and added javadoc to VideoQueryBuilderPinapelz2023-04-04-20/+30
|
* Implemented getVideos functionPinapelz2023-04-04-3/+18
|
* Constructed all GET requestsPinapelz2023-04-04-6/+64
|
* Generalize Livestream class to Video classPinapelz2023-04-04-6/+6
| | | | Videos and livestreams take on the same attributes. Livestream sub class can be created if needed
* Refactored filestrucuturePinapelz2023-04-04-22/+9
|
* Use LiveStreamsQueryBuilder to construct queries regarding livestreamsPinapelz2023-04-04-9/+194
| | | | A query builder is used to avoid the need for adding null checks or nullable decorators to HolodexService.java
* Initial CommitPinapelz2023-04-04-0/+111
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage