aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/com/pina/Holodex.java
Commit message (Collapse)AuthorAgeLines
* Added Javadoc commentsPinapelz2023-04-07-1/+66
|
* Changed VideoMetadataQueryBuilder.java to VideoByVideoIdQueryBuilder.java0.04Pinapelz2023-04-06-2/+2
| | | | Removed confusing naming
* Refactored return objects, distinguished according to APIPinapelz2023-04-06-2/+3
| | | | Video and Channels have been split into simple variations for cases when Holodex returns an object with less values
* General cleanupPinapelz2023-04-05-1/+1
|
* Updated javadoc for Builder functionsPinapelz2023-04-05-7/+4
|
* Rename VideosByChannelIDQuery.java to VideosByChannelIDQueryBuilder.javaPinapelz2023-04-05-4/+15
|
* 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-0/+1
| | | | parameters
* Implemented getVideosFromChannels, getVideo, and getChannels GET requestsPinapelz2023-04-04-2/+21
|
* Implemented getVideoByChannelIdPinapelz2023-04-04-1/+9
|
* Implemented getChannel method and added javadoc to VideoQueryBuilderPinapelz2023-04-04-0/+6
|
* Implemented getVideos functionPinapelz2023-04-04-3/+18
|
* Constructed all GET requestsPinapelz2023-04-04-1/+1
|
* Generalize Livestream class to Video classPinapelz2023-04-04-3/+3
| | | | Videos and livestreams take on the same attributes. Livestream sub class can be created if needed
* Refactored filestrucuturePinapelz2023-04-04-6/+3
|
* Use LiveStreamsQueryBuilder to construct queries regarding livestreamsPinapelz2023-04-04-4/+11
| | | | A query builder is used to avoid the need for adding null checks or nullable decorators to HolodexService.java
* Initial CommitPinapelz2023-04-04-0/+44
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage