OpenAPI - Assert

Asserting data against OpenAPI docs. This project is inspired by PHP Swagger Assertions.
Instalation
OpenAPI Assert requires Go 1.11 or later.
$ go get github.com/fabiorphp/openapi-assert
If you want to get an specific version, please use the example below:
go get gopkg.in/fabiorphp/openapi-assert.v0
Development
Requirements
Makefile
# Clean up
$ make clean
# Download project dependencies
$ make configure
# Run tests and generates html coverage file
$ make cover
# Format all go files
$ make fmt
# Run tests
$make test
License
This project is released under the MIT licence. See LICENSE for more details.