diff options
| author | Pinapelz <donaldshan1@outlook.com> | 2023-04-05 21:16:17 -0700 |
|---|---|---|
| committer | Pinapelz <donaldshan1@outlook.com> | 2023-04-05 21:16:17 -0700 |
| commit | caed3a3e490ea5fa98dfdd767b0fb26018e28348 (patch) | |
| tree | c6deee990bdb52a1f26d3c28a4493d5568ddfe64 /README.md | |
| parent | 3057c2d512fb8d6503f199227005c9190ec3164c (diff) | |
| parent | f29e1845b7aac46de88a77111ef283d12c00c431 (diff) | |
Merge remote-tracking branch 'origin/main'
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 20 |
1 files changed, 17 insertions, 3 deletions
@@ -1,7 +1,11 @@ -# JHolodex -A mega scuffed Java Holodex Wrapper (cuz i might need one someday) -This is currently a work-in-progress +# JHolodex +[](https://jitpack.io/#pinapelz/JHolodex) +[](https://github.com/pinapelz/JHolodex/actions/workflows/maven.yml) + +A mega scuffed Java Holodex Wrapper (Currently a work in progress). Supports the GET Requests from [Holodex API](https://holodex.stoplight.io/). Objects are used to build queries if more than one path or parameter is used for the given request. + +## Usage ```java Holodex holodex = new Holodex("YOUR_API_KEY"); Channel channel = holodex.getChannel("UC4WvIIAo89_AzGUh1AZ6Dkg"); @@ -27,4 +31,14 @@ System.out.println(anotherVideo.channel.name + " uploaded a video titled " + ano " on " + anotherVideo.published_at); ``` +## Download +Maven +```xml +<dependency> + <groupId>com.github.pinapelz</groupId> + <artifactId>JHolodex</artifactId> + <version>VERSION_HERE</version> +</dependency> +``` + [Holodex License](https://docs.holodex.net/docs/holodex/8166fcec5dbe2-license) |
