From c5a01d5fe8838efbe3f17a5f55580c2a1b955d38 Mon Sep 17 00:00:00 2001 From: Pinapelz Date: Wed, 5 Apr 2023 21:46:05 -0700 Subject: Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 583d83a..936fa68 100644 --- a/README.md +++ b/README.md @@ -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"); -- cgit v1.2.3