Using APIStudio to create OpenUI URL for proxy

Not applicable

Hi All,

I have got the JSON and using that JSON in http://playground.apistudio.io/ using folloiwng:

  1. File -> Paste JSON (use the contents of the downloaded file)
  2. Got the ✔ Valid Swagger" and clicked Import
  3. Now I am taking the URL displayed in the browser and trying to use the generated URL for creating the proxy. I am using Revers Proxy->Use Open UI option and provinding the URL.
  4. http://playground.apistudio.io/61e26193-dbf9-4e84-9ca6-2c9156943ad4/#/
  5. When i am clicking the Apply button, following message comes and does not created any proxy: Error using OpenAPI: Unable to identify the Swagger version or the Swagger version is unsupported

Please let me know if i'm missing any steps in doing above. If any one has any steps please share that as well.

0 2 272
2 REPLIES 2

@Suresh Mishra , I don't see any issue with OpenAPI spec you have mentioned in apistudio,io. Do you see above error when you try to use same to generate proxy in edge ?

adas
New Member

@Suresh Mishra In the OpenAPI wizard, your spec URL should be given as

http://playground.apistudio.io/61e26193-dbf9-4e84-9ca6-2c9156943ad4/spec

This should work as long as your spec is valid.