Skip to content

Latest commit

 

History

History
28 lines (15 loc) · 475 Bytes

README.md

File metadata and controls

28 lines (15 loc) · 475 Bytes

ep-wrapper-java

Java wrapper API for using a Swagger codegen library based on Event Portal 2.0 API

To Build

Clone this repo. Then:

LINUX:
./gradlew clean assemble javadoc

WINDOWS:
gradlew clean assemble javadoc

The compiled JAR will be found in build/libs/

Using with EP 2.0 IntelliJ Plugin

Copy the distribution JAR into lib folder of EP IntelliJ Plugin repo.

Documentation

Docs are available when you build, under build/docs/javadoc/