The Java BrAPI Schema Tools generates OpenAPI Specification or GraphQL Schema generation. There is also a basic spring application that allow you to view the BrAPI Specification.
-
Download the Command Line Interface (CLI) from the Releases page
-
Run the application on your terminal
- In windows
BrAPITools
- In Linux or macOS
BrAPITools
For more control over the OpenAPI Specification or GraphQL Schema generation or to contribute, please contact the developers by creating a GitHub issue or look directly at the code
The Java BrAPI Schema Tools consists of 4 modules:
- application - A spring application that allow you to view the generated specification
- buildSrc - Defines the plugins use by the gradle
- cli - The command line tool that makes use of the core module
- core - The core schema tools for OpenAPI Specification or GraphQL Schema generation