Skip to content

mkulak/swali

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Swali - swagger linter

Lint your Swagger-based REST API according to Zalando RESTful API guidelines. This project is fork of Zally.

Swali is deployed as AWS Lambda

How to use

Swali itself has REST API.

Address of deployed version: https://ijgf82g4o9.execute-api.us-west-2.amazonaws.com/api (no auth required).

Send request via command line:

curl -X POST --location "https://ijgf82g4o9.execute-api.us-west-2.amazonaws.com/api/violations" \
    -d "{
  \"api_definition_url\": \"https://petstore.swagger.io/v2/swagger.json\",
  \"ignore_rules\": [\"172\", \"146\", \"150\", \"110\", \"176\", \"151\", \"143\", \"174\", \"129\"]
}"

CLI and Web UI is in development.

About

Swagger Linter

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published