~jomco/ring-openapi-validator

c9b6f1a404cfdd4533e752b04657a114fcfee4ab — Joost Diepenmaat 3 years ago 5763e02 v0.1.2
Prep release
2 files changed, 17 insertions(+), 11 deletions(-)

M README.md
M project.clj
M README.md => README.md +16 -10
@@ 1,15 1,8 @@
# ring-openapi-validator
# NAME

Validate ring requests and responses against Swagger v2 / OpenAPI v3
specifications. Uses [Atlassian's Swagger Request
Validator](https://bitbucket.org/atlassian/swagger-request-validator/src/master/)
to do the actual validation.
ring-openapi-validator

## Dependency coordinates

    [nl.jomco/ring-openapi-validator "0.1.1"]

## Usage
# SYNOPSIS

      (require '[nl.jomco.ring-openapi-validator :as validator])
      


@@ 20,6 13,19 @@ to do the actual validation.
        (doseq [issue issues]
          (prn issue)))

# DESCRIPTION

Validate ring requests and responses against Swagger v2 / OpenAPI v3
specifications. Uses [Atlassian's Swagger Request
Validator](https://bitbucket.org/atlassian/swagger-request-validator/src/master/)
to do the actual validation.

## Dependency coordinates

    [nl.jomco/ring-openapi-validator "0.1.2"]

[![](https://cljdoc.org/badge/nl.jomco/ring-openapi-validator)](https://cljdoc.org/jump/release/nl.jomco/ring-openapi-validator)

## Documentation

API documentation is available inline and at [cljdoc](https://cljdoc.org/d/nl.jomco/ring-openapi-validator/CURRENT).

M project.clj => project.clj +1 -1
@@ 1,4 1,4 @@
(defproject nl.jomco/ring-openapi-validator "0.1.2-SNAPSHOT"
(defproject nl.jomco/ring-openapi-validator "0.1.2"
  :description "Validate ring requests and responses against Swagger/OpenAPI"
  :url "https://github.com/zeekat/ring-openapi-validator"
  :license {:name "EPL-2.0 OR GPL-2.0-or-later WITH Classpath-exception-2.0"