luckymarmot / API-Flow

Universal data structure and converter for API formats (Swagger, RAML, Paw, Postman…)
MIT License
194 stars 24 forks source link

Parsers - Swagger - Shared Parameters should be transformed into remote JSON Reference #84

Closed JonathanMontane closed 7 years ago

JonathanMontane commented 8 years ago

Swagger define a root level field named parameters, which can be used to share parameters between requests, and the Swagger Importer could move these into environment variables.

JonathanMontane commented 7 years ago

Implemented in v0.2