merzdan/swagger-assertions

Test your API requests and responses against your swagger definition

Installs: 15

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 27

pkg:composer/merzdan/swagger-assertions

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

This package is auto-updated.

Last update: 2025-09-24 15:03:03 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.