Cardinal is a simple REST client designed for developers interested in testing their APIs with realistic and varied data.
To get started with Cardinal, download the latest release and head over to getting started guide!
./gradlew test
./gradlew run
The following command will invoke jlink which will output a release image under /build/image
.
./gradlew jlink
Application launchers can be found under /build/image/bin
: cardinal
for Mac and Linux, and cardinal.bat
for Windows.