Skip to content

Instantly share code, notes, and snippets.

@VisualBean
Last active December 14, 2015 10:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save VisualBean/2996e2d07d5fe956db3f to your computer and use it in GitHub Desktop.
Save VisualBean/2996e2d07d5fe956db3f to your computer and use it in GitHub Desktop.
public static class SwaggerExtensions
{
public static void ApplyBasicAuth(this SwaggerDocsConfig c)
{
var basicAuth = new ApplyBasicAuth();
basicAuth.Apply(c);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment