| Commit message (Collapse) | Author | Age | Lines | |
|---|---|---|---|---|
| * | Fixed bug with not being able to pass in singular Orgnization enum | Pinapelz | 2023-04-29 | -4/+7 |
| | | ||||
| * | Updated code to use enums for certain constants | Pinapelz | 2023-04-29 | -2/+4 |
| | | ||||
| * | Added constant values to make filtering/sorting easier1.2 | Pinapelz | 2023-04-29 | -14/+12 |
| | | ||||
| * | Change package path to domain url | Pinapelz | 2023-04-16 | -4/+4 |
| | | ||||
| * | Updated App.java demo code1.0 | Pinapelz | 2023-04-15 | -7/+25 |
| | | ||||
| * | General cleanup of POST features0.1 | Pinapelz | 2023-04-15 | -10/+24 |
| | | ||||
| * | Implemented VideoSearch Post Request | Pinapelz | 2023-04-15 | -23/+9 |
| | | ||||
| * | Changed VideoMetadataQueryBuilder.java to VideoByVideoIdQueryBuilder.java0.04 | Pinapelz | 2023-04-06 | -2/+2 |
| | | | | | Removed confusing naming | |||
| * | Revoke key oops | Pinapelz | 2023-04-06 | -1/+1 |
| | | ||||
| * | Refactored return objects, distinguished according to API | Pinapelz | 2023-04-06 | -11/+11 |
| | | | | | 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 |
| | | ||||
| * | Update App.java | Pinapelz | 2023-04-05 | -1/+1 |
| | | ||||
| * | Updated javadoc for Builder functions | Pinapelz | 2023-04-05 | -4/+4 |
| | | ||||
| * | Rename VideosByChannelIDQuery.java to VideosByChannelIDQueryBuilder.java | Pinapelz | 2023-04-05 | -0/+1 |
| | | ||||
| * | Make classes return itself to allow for concatenated object creation | Pinapelz | 2023-04-05 | -23/+20 |
| | | ||||
| * | Removed test print | Pinapelz | 2023-04-04 | -1/+1 |
| | | ||||
| * | Implemented passing API Key Header | Pinapelz | 2023-04-04 | -1/+1 |
| | | ||||
| * | Updated demo code | Pinapelz | 2023-04-04 | -7/+27 |
| | | ||||
| * | Generalize Livestream class to Video class | Pinapelz | 2023-04-04 | -5/+5 |
| | | | | | 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 |
| | | ||||
| * | Use LiveStreamsQueryBuilder to construct queries regarding livestreams | Pinapelz | 2023-04-04 | -2/+6 |
| | | | | | 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/+21 |
