Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 853 Bytes

File metadata and controls

33 lines (20 loc) · 853 Bytes

Reqover

Reqover is language agnostic tool that gives a picture about coverage of APIs based on Open API (Swagger) or GraphQL.

Deploy to Heroku

Deploy to DO

Usage example:

For basic exmple you can user https://petstore.swagger.io

docker run -p 3000:3000 reqover/reqover:latest

Setup API URL, Swagger specification url and save

curl --location --request GET 'http://localhost:3000/v2/pet/9222968140497128105'

Open your browser:

http://localhost:3000/reqover/swagger/report

Watch video

Report example:

Swagger Coverage Report