Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 535 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 535 Bytes

This folder provides examples of how to use webapi-parser in Java projects.

Installation

See Java installation instructions.

Build project and install dependencies:

$ ./gradlew build

How to run

In 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