| Commit message (Collapse) | Author | Age | Lines | |
|---|---|---|---|---|
| * | update organization enums | Pinapelz | 2024-09-14 | -0/+8 |
| | | ||||
| * | Add equality check to all custom Datatypes | Pinapelz | 2023-12-13 | -6/+192 |
| | | | | | Signed-off-by: Pinapelz <yukais@pinapelz.com> | |||
| * | fix build: remove network dependent test | Pinapelz | 2023-12-13 | -15/+0 |
| | | | | | Signed-off-by: Pinapelz <yukais@pinapelz.com> | |||
| * | bump junit version. Add initial ChannelQueryTests | Pinapelz | 2023-12-13 | -0/+47 |
| | | | | | | | - Testing commit for gh-actions Signed-off-by: Pinapelz <yukais@pinapelz.com> | |||
| * | ver 1.41 - bug fixes | Pinapelz | 2023-11-21 | -20/+988 |
| | | | | | | | | - Fix bug with enum comparison - Improve javadoc Signed-off-by: Pinapelz <yukais@pinapelz.com> | |||
| * | fix: add missing "oldest" enum to Sort | Pinapelz | 2023-07-15 | -1/+2 |
| | | ||||
| * | Merge remote-tracking branch 'origin/main' | Pinapelz | 2023-04-29 | -1/+1 |
| |\ | | | | | | | | | # Conflicts: # src/main/java/App.java | |||
| | * | Fixed bug with not being able to pass in singular Orgnization enum1.4 | Pinapelz | 2023-04-29 | -7/+41 |
| | | | ||||
| * | | Fixed bug with not being able to pass in singular Orgnization enum | Pinapelz | 2023-04-29 | -8/+43 |
| |/ | ||||
| * | Updated code to use enums for certain constants | Pinapelz | 2023-04-29 | -122/+425 |
| | | ||||
| * | Added constant values to make filtering/sorting easier1.2 | Pinapelz | 2023-04-29 | -14/+150 |
| | | ||||
| * | Change package path to domain url1.1 | Pinapelz | 2023-04-16 | -0/+1321 |
| | | ||||
| * | Change package path to domain url | Pinapelz | 2023-04-16 | -1326/+4 |
| | | ||||
| * | Updated App.java demo code1.0 | Pinapelz | 2023-04-15 | -7/+25 |
| | | ||||
| * | Updated README, bump version, remove imports | Pinapelz | 2023-04-15 | -6/+0 |
| | | ||||
| * | General cleanup of POST features0.1 | Pinapelz | 2023-04-15 | -11/+64 |
| | | ||||
| * | Implemented POST request for searching comments | Pinapelz | 2023-04-15 | -0/+186 |
| | | ||||
| * | Implemented option to set POST and GET timeouts | Pinapelz | 2023-04-15 | -2/+14 |
| | | ||||
| * | Implemented VideoSearch Post Request | Pinapelz | 2023-04-15 | -37/+277 |
| | | ||||
| * | Added Javadoc comments | Pinapelz | 2023-04-07 | -15/+194 |
| | | ||||
| * | Updated Video object to handle Comment objects0.05 | Pinapelz | 2023-04-06 | -1/+9 |
| | | ||||
| * | Changed VideoMetadataQueryBuilder.java to VideoByVideoIdQueryBuilder.java0.04 | Pinapelz | 2023-04-06 | -8/+8 |
| | | | | | Removed confusing naming | |||
| * | Revoke key oops | Pinapelz | 2023-04-06 | -1/+1 |
| | | ||||
| * | Refactored return objects, distinguished according to API | Pinapelz | 2023-04-06 | -38/+57 |
| | | | | | 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 queries | Pinapelz | 2023-04-05 | -4/+23 |
| | | ||||
| * | General cleanup | Pinapelz | 2023-04-05 | -16/+5 |
| | | ||||
| * | Merge remote-tracking branch 'origin/main' | Pinapelz | 2023-04-05 | -1/+1 |
| |\ | ||||
| | * | Update App.java | Pinapelz | 2023-04-05 | -1/+1 |
| | | | ||||
| * | | Removed old LiveVideoQueryBuilder.java | Pinapelz | 2023-04-05 | -157/+0 |
| |/ | ||||
| * | Updated javadoc for Builder functions | Pinapelz | 2023-04-05 | -25/+189 |
| | | ||||
| * | Rename VideosByChannelIDQuery.java to VideosByChannelIDQueryBuilder.java | Pinapelz | 2023-04-05 | -12/+24 |
| | | ||||
| * | Make classes return itself to allow for concatenated object creation | Pinapelz | 2023-04-05 | -33/+41 |
| | | ||||
| * | Removed test print | Pinapelz | 2023-04-04 | -2/+1 |
| | | ||||
| * | Implemented passing API Key Header | Pinapelz | 2023-04-04 | -2/+15 |
| | | ||||
| * | Fixed bug with invalid datatypes for various getLiveVideos and getVideos ↵ | Pinapelz | 2023-04-04 | -8/+9 |
| | | | | | parameters | |||
| * | Updated demo code | Pinapelz | 2023-04-04 | -7/+27 |
| | | ||||
| * | Implemented getVideosFromChannels, getVideo, and getChannels GET requests | Pinapelz | 2023-04-04 | -6/+25 |
| | | ||||
| * | Implemented ChannelQueryBuilder, LiveVideoQueryBuilder, and VideoQueryBuilder | Pinapelz | 2023-04-04 | -137/+239 |
| | | ||||
| * | Implemented getVideoByChannelId | Pinapelz | 2023-04-04 | -1/+84 |
| | | ||||
| * | Implemented getChannel method and added javadoc to VideoQueryBuilder | Pinapelz | 2023-04-04 | -20/+30 |
| | | ||||
| * | Implemented getVideos function | Pinapelz | 2023-04-04 | -3/+18 |
| | | ||||
| * | Constructed all GET requests | Pinapelz | 2023-04-04 | -6/+64 |
| | | ||||
| * | Generalize Livestream class to Video class | Pinapelz | 2023-04-04 | -11/+11 |
| | | | | | Videos and livestreams take on the same attributes. Livestream sub class can be created if needed | |||
| * | Fix maven build | Pinapelz | 2023-04-04 | -3/+3 |
| | | ||||
| * | Refactored filestrucuture | Pinapelz | 2023-04-04 | -24/+9 |
| | | ||||
| * | Use LiveStreamsQueryBuilder to construct queries regarding livestreams | Pinapelz | 2023-04-04 | -11/+200 |
| | | | | | A query builder is used to avoid the need for adding null checks or nullable decorators to HolodexService.java | |||
| * | Added testing framework setup | Pinapelz | 2023-04-04 | -38/+13 |
| | | ||||
| * | Initial Commit | Pinapelz | 2023-04-04 | -0/+170 |
