From 0f8edcd4c2b285636729cc9e51d8c180c311771f Mon Sep 17 00:00:00 2001 From: Amith Koujalgi Date: Wed, 8 Nov 2023 14:35:10 +0530 Subject: [PATCH] updated Readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2b81640..3386f5d 100644 --- a/README.md +++ b/README.md @@ -196,6 +196,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`) - Setup logging +- Add test cases - Handle exceptions better (maybe throw more appropriate exceptions) #### Get Involved