deveric
6 years agoNew Contributor
Retrieve info: data from swagger after generation...
At the top of my swagger, I have the following:
swagger: '2.0'
info:
title: TEST API
description: Developer API for testing purposes
version: "1.0.7"
x-last-updated: "2018-12-26T14:40:0...
- 6 years ago
Nvm... found a way. The RAW swagger in JSON format is saved in the generated server. I can grab it from there...