Skip to content
This repository has been archived by the owner on Aug 12, 2018. It is now read-only.

Latest commit

 

History

History
56 lines (39 loc) · 2.94 KB

README.rst

File metadata and controls

56 lines (39 loc) · 2.94 KB

Linter for Zalando's RESTful API Guidelines

Build Status

Code Coverage

PyPI Downloads

Latest PyPI version

License

This is a very basic linter to check whether a given Swagger specification (YAML file) complies with Zalando's RESTful API Guidelines.

Usage:

$ sudo pip3 install -U restful-api-guidelines-linter
$ restful-api-guidelines-linter my-swagger-spec.yaml -v

The following guidelines are currently checked:

Running Unit Tests

$ sudo pip3 install -U tox
$ tox