chrome-swagger-ui icon indicating copy to clipboard operation
chrome-swagger-ui copied to clipboard

Chrome Extension for Swagger UI

Results 7 chrome-swagger-ui issues
Sort by recently updated
recently updated
newest added

I can get the swagger.json file to load, and the UI looks great, but when I click 'Try it out!', the 'https' of the url has been replaced with 'chrome-extension',...

Saying "this is a wrapper of X for Y" (in chrome store / github readme) isn't very useful... what should I expect when I install this plugin? Looking at the...

Hi, In my swagger 2.0 I have the "schemes": [ "https"] , I am still getting the http:// prefix on my URLs and CURL statements. How can I get the...

I used this plug in the past and it worked great. Now i just get this when i try to view the swagger api endpoint. this is the error. fetching...

hi, we have an empty object (object with no fields), e.g. `public class Hello { }` and `public class World { private Hello hello; }` we are expecting it to...