From edcfd9cd38f6a297533a282259011711c971f721 Mon Sep 17 00:00:00 2001 From: Pinapelz Date: Wed, 5 Apr 2023 16:03:22 -0700 Subject: Updated README --- README.md | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 848c058..f55bfaa 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,10 @@ -# JHolodex -A mega scuffed Java Holodex Wrapper (cuz i might need one someday) -This is currently a work-in-progress +# JHolodex +[![](https://jitpack.io/v/pinapelz/JHolodex.svg)](https://jitpack.io/#pinapelz/JHolodex) + +A mega scuffed Java Holodex Wrapper (Currentlya work in progress). Currently 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 +30,14 @@ System.out.println(anotherVideo.channel.name + " uploaded a video titled " + ano " on " + anotherVideo.published_at); ``` +## Download +Maven +```xml + + com.github.pinapelz + JHolodex + VERSION_HERE + +``` + [Holodex License](https://docs.holodex.net/docs/holodex/8166fcec5dbe2-license) -- cgit v1.2.3