You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 11, 2019. It is now read-only.
Example swagger given below. The goal is to read the value foovalue specified for the default parameter of foo, assuming default is in a logical location.
This would require some magic in AbstractSwagger1XImporter.groovy, assuming complex types (object) would need to be handled in some way. (see line 119 in the below image).
The result is that the query parameter's value is populated for all requests (swagger paths) that reference the parameter, as shown below.
Example swagger given below. The goal is to read the value
foovaluespecified for thedefaultparameter offoo, assumingdefaultis in a logical location.This would require some magic in
AbstractSwagger1XImporter.groovy, assuming complex types (object) would need to be handled in some way. (see line 119 in the below image).The result is that the query parameter's value is populated for all requests (swagger paths) that reference the parameter, as shown below.