Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 1.16 KB

README.md

File metadata and controls

34 lines (25 loc) · 1.16 KB

BrAPI Schema Tools - Java

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.

Quick Start

  1. Download the Command Line Interface (CLI) from the Releases page

  2. Run the application on your terminal

    • In windows
    BrAPITools
    • In Linux or macOS
    BrAPITools 

For developers

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