Skip to content

Instantly share code, notes, and snippets.

@GarrettSYHampton
Last active August 3, 2022 04: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 GarrettSYHampton/b42ac65bf42150d6746daebdfaadba44 to your computer and use it in GitHub Desktop.
Save GarrettSYHampton/b42ac65bf42150d6746daebdfaadba44 to your computer and use it in GitHub Desktop.
window.onload = function() {
window.ui = SwaggerUIBundle({
url: 'https://mainstem-api-docs.mainstem.io/api/swagger.json',
dom_id: '#swagger-ui',
presets: [
SwaggerUIBundle.presets.apis,
SwaggerUIStandalonePreset
],
layout: "StandaloneLayout",
tagsSorter: 'alpha'
});
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment