diff options
| author | Pinapelz <donaldshan1@outlook.com> | 2023-04-05 16:03:22 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-04-05 16:03:22 -0700 |
| commit | edcfd9cd38f6a297533a282259011711c971f721 (patch) | |
| tree | 3c9dd39e14700633b99e2248869545cddd8839b4 | |
| parent | cd847c8231cc84e30981a811e7dbe137e40aef0f (diff) | |
Updated README
| -rw-r--r-- | README.md | 19 |
1 files changed, 16 insertions, 3 deletions
@@ -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/#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 +<dependency> + <groupId>com.github.pinapelz</groupId> + <artifactId>JHolodex</artifactId> + <version>VERSION_HERE</version> +</dependency> +``` + [Holodex License](https://docs.holodex.net/docs/holodex/8166fcec5dbe2-license) |
