This folder provides examples of how to use webapi-parser in Java projects.
See Java installation instructions.
Build project and install dependencies:
$ ./gradlew buildIn the ./src/main/java folder, you will find examples for each feature (i.e. parser, generator, validation, resolution) showcasing the Java library. These examples are all used in the co.acme.demo.WebApiParserDemo class which can be run using Gradle run command:
$ ./gradlew run