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

hjacobs/restful-api-guidelines-linter

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages