diff options
| author | Pinapelz <donaldshan1@outlook.com> | 2023-04-05 21:46:05 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-04-05 21:46:05 -0700 |
| commit | c5a01d5fe8838efbe3f17a5f55580c2a1b955d38 (patch) | |
| tree | c43473a5bbeb8ec3c67efb10f2a312ffdcc7bedf | |
| parent | caed3a3e490ea5fa98dfdd767b0fb26018e28348 (diff) | |
Update README.md
| -rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -6,6 +6,7 @@ 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 +Please check what values are available from your response through Holodex's API documentation. Null values indicate that the endpoint you are on does not serve the value you are trying to retrieve. ```java Holodex holodex = new Holodex("YOUR_API_KEY"); Channel channel = holodex.getChannel("UC4WvIIAo89_AzGUh1AZ6Dkg"); |
