From dbda21459b81517814d18878d504874911c49df9 Mon Sep 17 00:00:00 2001 From: Amith Koujalgi Date: Wed, 8 Nov 2023 14:36:02 +0530 Subject: [PATCH] updated Readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3386f5d..32d9eeb 100644 --- a/README.md +++ b/README.md @@ -195,6 +195,7 @@ Find the full `Javadoc` (API specifications) [here](https://amithkoujalgi.github - Use Java-naming conventions for attributes in the request/response models instead of the snake-case conventions. ( possibly with Jackson-mapper's `@JsonProperty`) +- Fix deprecated HTTP client code - Setup logging - Add test cases - Handle exceptions better (maybe throw more appropriate exceptions)