This script reads your api-docs file and produces an excel with the format specified in the first lines, feel free to edit and improve it according to your needs.
python 2.7+ pip
i suggest using virtual env, then you have to install this dependency: xlsxwriter
- install virtualenv (skip if u already have it) --> pip install virtualenv
- run -->virtualenv json_to_excel (this creates your virtualenv)
- run --> json_to_excel\Scripts\activate (on windows, this activates virtual env)
- run --> pip install xlsxwriter
- use the tool
- when you are done run --> deactivate
python main.py [path-of-apidocs-file.json] [api-environment] [microservice-name] [excel-file-name]
python main.py ./api-docs.json DEVELOPMENT core-cruscotto cruscotto-api