merzdan/swagger-assertions

Test your API requests and responses against your swagger definition

dev-master 2018-10-23 23:20 UTC

This package is auto-updated.

Last update: 2024-05-24 12:07:59 UTC


README

Test any API requests and responses match with the models described in the documentation.

This project is compatible with Swagger 2 spec definitions.

Installing via Composer

You can use Composer .

composer require merzdan/swagger-assertions

FAQ

Q: Can this library validate my Swagger definition?
A: No. This library validate your API requests and responses match your Swagger definition.