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.
python swagger2csv.py [file]
Ben Nott
MIT