A Scala OpenAPI parser, validator, and generator.
Add the dependency to your build.sbt
(Scala 2.12 or later):
libraryDependencies += "fr.loicknuchel" %% "typedapi" % "<version>"
Every commit on master is released as SNAPSHOT so you can use it immediately thanks to sbt-ci-release plugin.
To push a stable release, push a tag version starting with 'v' (ex: v0.1.0
) or create a release from github interface with a correct tage name.