added Javadocs

This commit is contained in:
Amith Koujalgi
2023-11-08 14:27:50 +05:30
parent bf0a1e2160
commit c379e94571
3 changed files with 73 additions and 2 deletions

View File

@@ -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
- Handle exceptions better (maybe throw more appropriate exceptions)
#### Get Involved