Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 1.6 KB

File metadata and controls

29 lines (21 loc) · 1.6 KB

TypedAPI

travis-badge codecov-badge release-badge maven-badge license-badge

A Scala OpenAPI parser, validator, and generator.

Quick Start

Add the dependency to your build.sbt (Scala 2.12 or later):

libraryDependencies += "fr.loicknuchel" %% "typedapi" % "<version>"

Releasing

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.