| Commit message (Collapse) | Author | Age | Lines | |
|---|---|---|---|---|
| * | update pom.xml | Pinapelz | 2023-10-27 | -5/+25 |
| | | ||||
| * | add workflow to build for Github Packages | Pinapelz | 2023-10-27 | -0/+34 |
| | | ||||
| * | Update README.md | Pinapelz | 2023-07-15 | -73/+101 |
| | | | | | - Added more examples | |||
| * | fix: add missing "oldest" enum to Sort | Pinapelz | 2023-07-15 | -1/+2 |
| | | ||||
| * | Update README.md formatting | Pinapelz | 2023-05-05 | -0/+1 |
| | | ||||
| * | Fix README format | Pinapelz | 2023-05-04 | -1/+1 |
| | | ||||
| * | Updated README.md demo | Pinapelz | 2023-04-30 | -3/+6 |
| | | ||||
| * | 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 | -9/+43 |
| | | | ||||
| * | | Fixed bug with not being able to pass in singular Orgnization enum | Pinapelz | 2023-04-29 | -10/+45 |
| |/ | ||||
| * | Delete .idea directory1.3 | Pinapelz | 2023-04-29 | -15/+0 |
| | | ||||
| * | Updated code to use enums for certain constants | Pinapelz | 2023-04-29 | -126/+430 |
| | | ||||
| * | Added constant values to make filtering/sorting easier1.2 | Pinapelz | 2023-04-29 | -47/+202 |
| | | ||||
| * | Change package path to domain url1.1 | Pinapelz | 2023-04-16 | -1/+1322 |
| | | ||||
| * | Change package path to domain url | Pinapelz | 2023-04-16 | -1327/+5 |
| | | ||||
| * | Update README.md | Pinapelz | 2023-04-15 | -0/+2 |
| | | ||||
| * | Updated App.java demo code1.0 | Pinapelz | 2023-04-15 | -8/+25 |
| | | ||||
| * | Update README to fix badges | Pinapelz | 2023-04-15 | -3/+0 |
| | | ||||
| * | Update README with Release Badge | Pinapelz | 2023-04-15 | -0/+2 |
| | | ||||
| * | Update README.md | Pinapelz | 2023-04-15 | -1/+1 |
| | | ||||
| * | Merge remote-tracking branch 'origin/main' | Pinapelz | 2023-04-15 | -0/+0 |
| |\ | ||||
| | * | Updated README, bump version, remove imports | Pinapelz | 2023-04-15 | -7/+23 |
| | | | ||||
| * | | Updated README, bump version, remove imports | Pinapelz | 2023-04-15 | -9/+33 |
| |/ | ||||
| * | 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 |
| | | | ||||
