Last active
August 3, 2022 04:15
-
-
Save GarrettSYHampton/b42ac65bf42150d6746daebdfaadba44 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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