Swagger-ui: Plugin catalog ?

Created on 14 Nov 2018  路  5Comments  路  Source: swagger-api/swagger-ui

Does a plugin catalog exist?

I am about to attempt to extend the functionality of swagger-ui but before I do I want to find if someone else has written something similar.

Whilst I can find documentation on the plugin API I can't find any catalog of know plugins and/or how to search some other site for them.

I checked the github issues but could not find anything relevant.

(As an example I'm looking for if anyone has done anything about accessing spec files with authentication)

question

Most helpful comment

There's no offical plugin catalog from what I know, but here are some plugins previously posted in the issue tracker:

All 5 comments

There's no offical plugin catalog from what I know, but here are some plugins previously posted in the issue tracker:

I'm looking for if anyone has done anything about accessing spec files with authentication

This can be done by using the requestInterceptor option. Here's an example of loading a spec protected by Basic auth.

Thanks for the pointers. Looks really useful. 馃憤

I was expecting to see some plugins packaged up on npm but it seems these are usually small snippets of code added via the plugin mechanism. This probably explains why I struggled to find them at first.

Closing due to inactivity.

This is simply to keep our issue tracker clean - feel free to comment if there are any further thoughts or concerns, and we'll be happy to reopen this issue.

Also, note that I linked to this issue from my Swagger UI plugin repo - I'm doing work there to ship plugins to npm, and create a template for future plugins.

(for future readers)

Also, note that I linked to this issue from my Swagger UI plugin repo - I'm doing work there to ship plugins to npm, and create a template for future plugins.

馃憠 https://github.com/shockey/swagger-ui-plugins

Was this page helpful?
0 / 5 - 0 ratings

Related issues

ankon picture ankon  路  4Comments

nulltoken picture nulltoken  路  3Comments

fehguy picture fehguy  路  3Comments

shockey picture shockey  路  3Comments

DavidBiesack picture DavidBiesack  路  4Comments