Re: Autogenerate Client from Swagger UI

2018-02-12 Thread Ellis
Solved - if you open developer tools in the browser and open the network tab and refresh the page hosting the swagger ui, it loads a document (I've seen it as swagger.json and swagger/docs/v2 in my case) and navigating directly to that path brings up the swagger file json. You can copy and

Autogenerate Client from Swagger UI

2018-02-09 Thread Ellis
Is there a way to autogenerate a client from just the Swagger UI for API documentation/testing? The developer hosts a site like this: https://imgur.com/a/bQfsj that only has the API calls and they say they don't have a raw Swagger yaml or json file. I want to know if it's possible to obtain