@@ -14,42 +14,36 @@ Experimental
1414- Remote and relative [ refs] ( https://swagger.io/docs/specification/using-ref/ )
1515- Request coercions powered by [ Malli] ( https://github.com/metosin/malli )
1616- requestBody coercion
17- - The following OpenAPI types are currently supported:
18- - string
19- - integer
20- - array
21- - object
22- - uuid
17+ - A fair set of OpenAPI types are currently supported, please raise an issue if something is unsupported
2318
2419Currently unsupported:
2520- Response coercions
2621- Other coercion libs
27- - A lot more of the OpenAPI spec
2822
2923Any contributions are much much welcome and appreciated!
3024
3125## Installation
3226Leiningen/Boot
3327``` clojure
34- [org.clojars.lispyclouds/navi " 0.0.4 " ]
28+ [org.clojars.lispyclouds/navi " 0.0.5 " ]
3529```
3630
3731Clojure CLI/deps.edn
3832``` clojure
39- {org.clojars.lispyclouds/navi {:mvn/version " 0.0.4 " }}
33+ {org.clojars.lispyclouds/navi {:mvn/version " 0.0.5 " }}
4034```
4135
4236Gradle
4337``` groovy
44- compile 'org.clojars.lispyclouds:navi:0.0.4 '
38+ compile 'org.clojars.lispyclouds:navi:0.0.5 '
4539```
4640
4741Maven
4842``` xml
4943<dependency >
5044 <groupId >org.clojars.lispyclouds</groupId >
5145 <artifactId >navi</artifactId >
52- <version >0.0.4 </version >
46+ <version >0.0.5 </version >
5347</dependency >
5448```
5549
@@ -204,7 +198,7 @@ Bootstrapping a Jetty server:
204198
205199deps.edn used for this example:
206200``` edn
207- {:deps {org.clojars.lispyclouds/navi {:mvn/version " 0.0.4 " }
201+ {:deps {org.clojars.lispyclouds/navi {:mvn/version " 0.0.5 " }
208202 metosin/reitit-core {:mvn/version " 0.6.0" }
209203 metosin/reitit-http {:mvn/version " 0.6.0" }
210204 metosin/reitit-interceptors {:mvn/version " 0.6.0" }
0 commit comments