| Commit message (Collapse) | Author | Age | Lines | |
|---|---|---|---|---|
| * | Refactored return objects, distinguished according to API | Pinapelz | 2023-04-06 | -1/+2 |
| | | | | | 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 | -2/+2 |
| | | ||||
| * | Fixed bug with invalid datatypes for various getLiveVideos and getVideos ↵ | Pinapelz | 2023-04-04 | -8/+8 |
| | | | | | parameters | |||
| * | Implemented getVideosFromChannels, getVideo, and getChannels GET requests | Pinapelz | 2023-04-04 | -4/+4 |
| | | ||||
| * | Implemented getChannel method and added javadoc to VideoQueryBuilder | Pinapelz | 2023-04-04 | -4/+5 |
| | | ||||
| * | Constructed all GET requests | Pinapelz | 2023-04-04 | -5/+63 |
| | | ||||
| * | Generalize Livestream class to Video class | Pinapelz | 2023-04-04 | -2/+2 |
| | | | | | Videos and livestreams take on the same attributes. Livestream sub class can be created if needed | |||
| * | Refactored filestrucuture | Pinapelz | 2023-04-04 | -3/+3 |
| | | ||||
| * | Use LiveStreamsQueryBuilder to construct queries regarding livestreams | Pinapelz | 2023-04-04 | -1/+17 |
| | | | | | 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/+16 |
