co-cddo / Find-and-Lint-OpenAPI-Specs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Find and lint OpenAPI documents

This is a project to find and lint OpenAPI documents in open source repositories in public sector GitHub organisations in the UK.

OpenAPI documents are found using the Github Search API and linted using a Spectral ruleset for public UK government APIs. The script outputs an HTML report for each document that is linted.

Running locally

  • Make sure you have Python 3 installed.
  • Create a Personal Access Token for Github with access to public repositories.
  • Set the environment variables USERNAME (your Github username), API_TOKEN (the token created in the previous step) and OUTPUT_DIR (the directory to output the results).
  • Install the Python dependencies: pip3 install -r requirements.txt.
  • Install the Node dependencies: bundle install.
  • Run find_and_lint_openapi_docs.py.

About

License:MIT License


Languages

Language:Python 100.0%