| Commit message (Collapse) | Author | Age | Lines | |
|---|---|---|---|---|
| * | 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/+288 |
| | | ||||
| * | Added Javadoc comments | Pinapelz | 2023-04-07 | -16/+195 |
| | | ||||
| * | 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 | -9/+9 |
| | | | | | Removed confusing naming | |||
| * | Revoke key oops | Pinapelz | 2023-04-06 | -1/+1 |
| | | ||||
| * | Merge remote-tracking branch 'origin/main' | Pinapelz | 2023-04-06 | -0/+1 |
| |\ | ||||
| | * | Update README.md | Pinapelz | 2023-04-05 | -0/+1 |
| | | | ||||
| * | | Refactored return objects, distinguished according to API | Pinapelz | 2023-04-06 | -46/+63 |
| |/ | | | | Video and Channels have been split into simple variations for cases when Holodex returns an object with less values | |||
| * | Merge remote-tracking branch 'origin/main' | Pinapelz | 2023-04-05 | -4/+39 |
| |\ | ||||
| | * | Merge pull request #1 from pinapelz/add-license-1 | Pinapelz | 2023-04-05 | -0/+0 |
| | |\ | | | | | | | Create LICENSE | |||
| | | * | Create LICENSEadd-license-1 | Pinapelz | 2023-04-05 | -0/+21 |
| | | | | ||||
| | * | | Create LICENSE | Pinapelz | 2023-04-05 | -0/+21 |
| | |/ | ||||
| | * | Update README.md | Pinapelz | 2023-04-05 | -1/+1 |
| | | | ||||
| | * | Update README.md | Pinapelz | 2023-04-05 | -0/+1 |
| | | | ||||
| | * | Change action name | Pinapelz | 2023-04-05 | -1/+1 |
| | | | ||||
| | * | Updated README | Pinapelz | 2023-04-05 | -3/+16 |
| | | | ||||
| * | | Fixed missing return values from certain queries | Pinapelz | 2023-04-05 | -5/+24 |
| |/ | ||||
| * | Update compiler target version | Pinapelz | 2023-04-05 | -2/+2 |
| | | ||||
| * | Updated groupID | Pinapelz | 2023-04-05 | -1/+1 |
| | | ||||
| * | Updated version | Pinapelz | 2023-04-05 | -1/+1 |
| | | ||||
| * | General cleanup | Pinapelz | 2023-04-05 | -61/+41 |
| | | ||||
| * | Updated pom.xml | Pinapelz | 2023-04-05 | -3/+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 | -158/+1 |
| |/ | ||||
| * | Merge remote-tracking branch 'origin/main' | Pinapelz | 2023-04-05 | -0/+30 |
| |\ | ||||
| | * | Create README.md | Pinapelz | 2023-04-05 | -0/+30 |
| | | | ||||
| * | | 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/+48 |
| | | ||||
| * | 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/+68 |
| | | ||||
| * | 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 |
| | | ||||
| * | Merge remote-tracking branch 'origin/main' | Pinapelz | 2023-04-04 | -6/+2 |
| |\ | ||||
| | * | Remove updating dependency graph | Pinapelz | 2023-04-04 | -4/+0 |
| | | | ||||
| | * | Update maven.yml | Pinapelz | 2023-04-04 | -2/+2 |
| | | | ||||
| * | | 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 | |||
