Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 367 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 367 Bytes

Swagger To CSV

This script quickly parses a file of URLs to swagger API docs into a CSV file. The URLs in the specified file must point to the JSON API docs, usually found at /api-docs or /api-docs.json.

Once parsed, the apis.csv file is produced for your easy consumption.

SYNOPSIS

python swagger2csv.py [file]

AUTHOR

Ben Nott

LICENSE

MIT