| Commit message (Collapse) | Author | Age | Lines | |
|---|---|---|---|---|
| * | Updated README, bump version, remove imports | Pinapelz | 2023-04-15 | -6/+0 |
| | | ||||
| * | General cleanup of POST features0.1 | Pinapelz | 2023-04-15 | -1/+18 |
| | | ||||
| * | Implemented POST request for searching comments | Pinapelz | 2023-04-15 | -0/+12 |
| | | ||||
| * | Implemented option to set POST and GET timeouts | Pinapelz | 2023-04-15 | -2/+14 |
| | | ||||
| * | Implemented VideoSearch Post Request | Pinapelz | 2023-04-15 | -8/+47 |
| | | ||||
| * | Added Javadoc comments | Pinapelz | 2023-04-07 | -1/+66 |
| | | ||||
| * | Changed VideoMetadataQueryBuilder.java to VideoByVideoIdQueryBuilder.java0.04 | Pinapelz | 2023-04-06 | -2/+2 |
| | | | | | Removed confusing naming | |||
| * | Refactored return objects, distinguished according to API | Pinapelz | 2023-04-06 | -2/+3 |
| | | | | | Video and Channels have been split into simple variations for cases when Holodex returns an object with less values | |||
| * | General cleanup | Pinapelz | 2023-04-05 | -1/+1 |
| | | ||||
| * | Updated javadoc for Builder functions | Pinapelz | 2023-04-05 | -7/+4 |
| | | ||||
| * | Rename VideosByChannelIDQuery.java to VideosByChannelIDQueryBuilder.java | Pinapelz | 2023-04-05 | -4/+15 |
| | | ||||
| * | Removed test print | Pinapelz | 2023-04-04 | -1/+0 |
| | | ||||
| * | Implemented passing API Key Header | Pinapelz | 2023-04-04 | -1/+14 |
| | | ||||
| * | Fixed bug with invalid datatypes for various getLiveVideos and getVideos ↵ | Pinapelz | 2023-04-04 | -0/+1 |
| | | | | | parameters | |||
| * | Implemented getVideosFromChannels, getVideo, and getChannels GET requests | Pinapelz | 2023-04-04 | -2/+21 |
| | | ||||
| * | Implemented getVideoByChannelId | Pinapelz | 2023-04-04 | -1/+9 |
| | | ||||
| * | Implemented getChannel method and added javadoc to VideoQueryBuilder | Pinapelz | 2023-04-04 | -0/+6 |
| | | ||||
| * | Implemented getVideos function | Pinapelz | 2023-04-04 | -3/+18 |
| | | ||||
| * | Constructed all GET requests | Pinapelz | 2023-04-04 | -1/+1 |
| | | ||||
| * | Generalize Livestream class to Video class | Pinapelz | 2023-04-04 | -3/+3 |
| | | | | | Videos and livestreams take on the same attributes. Livestream sub class can be created if needed | |||
| * | Refactored filestrucuture | Pinapelz | 2023-04-04 | -6/+3 |
| | | ||||
| * | Use LiveStreamsQueryBuilder to construct queries regarding livestreams | Pinapelz | 2023-04-04 | -4/+11 |
| | | | | | A query builder is used to avoid the need for adding null checks or nullable decorators to HolodexService.java | |||
| * | Initial Commit | Pinapelz | 2023-04-04 | -0/+44 |
