PakhomovAlexander commented on code in PR #1028: URL: https://github.com/apache/ignite-3/pull/1028#discussion_r953660418
########## modules/rest-api/README.md: ########## @@ -0,0 +1,30 @@ +# ignite-rest-api + +This module defines REST API's that might be provided by Ignite 3. Also, common +DTOs and error handlers are defined. + +## API definition + +The API definition is a java interface annotated with micronaut `@Controller` +annotations and several `swagger-annotations`. All those annotations are +needed to generate a valid [Open API spec](todo) from these interfaces. Review Comment: Oh, my fault. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
