updated Readme

This commit is contained in:
Amith Koujalgi 2023-11-08 14:36:02 +05:30
parent 0f8edcd4c2
commit dbda21459b

View File

@ -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. ( - Use Java-naming conventions for attributes in the request/response models instead of the snake-case conventions. (
possibly with Jackson-mapper's `@JsonProperty`) possibly with Jackson-mapper's `@JsonProperty`)
- Fix deprecated HTTP client code
- Setup logging - Setup logging
- Add test cases - Add test cases
- Handle exceptions better (maybe throw more appropriate exceptions) - Handle exceptions better (maybe throw more appropriate exceptions)