diff --git a/.gitignore b/.gitignore
index 1f2db9b5320..29ed4f1c0a3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -9,5 +9,9 @@ version.properties
swagger-ui.sublime-workspace
.idea
.project
+*.swp
+npm-debug.log
node_modules/*
-/nbproject/private/
\ No newline at end of file
+dist/
+src/main/html/css/*
+!src/main/html/css/typography.css
diff --git a/.npmignore b/.npmignore
index 402d53898b8..26d82301129 100644
--- a/.npmignore
+++ b/.npmignore
@@ -4,6 +4,8 @@ example.html
.classpath
.project
.npmignore
+*.swp
+npm-debug.log
dist/sample.html
dist/spec.js
node_modules
diff --git a/.travis.yml b/.travis.yml
index 37245c73e19..13a634e3b08 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -6,5 +6,4 @@ node_js:
install:
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
- - npm i -g jshint
- npm install
diff --git a/CHANGES.md b/CHANGES.md
new file mode 100644
index 00000000000..bc901f28b74
--- /dev/null
+++ b/CHANGES.md
@@ -0,0 +1,1908 @@
+2016-02-19, Version 21.0.2
+==========================
+
+ * Disable browser tests on ubuntu-0.10 (Miroslav Bajtoš)
+
+ * Fix CI detection (Miroslav Bajtoš)
+
+ * Improve browser logging (Miroslav Bajtoš)
+
+ * test: wait for swagger resource to be loaded (Miroslav Bajtoš)
+
+
+2015-09-09, Version 21.0.1
+==========================
+
+ * fix linting error (Ryan Graham)
+
+
+2015-09-01, Version 21.0.0
+==========================
+
+ * Bump up strong-swagger-client version to ^21.0.0 (Miroslav Bajtoš)
+
+
+2015-08-11, Version 21.0.0-dev.2
+================================
+
+ * 21.0.0-dev.2 (Miroslav Bajtoš)
+
+ * Add back src/main/html/css/typography.css (Miroslav Bajtoš)
+
+
+2015-08-11, Version 21.0.0-dev.1
+================================
+
+ * 21.0.0-dev.1 (Miroslav Bajtoš)
+
+ * Add missing jshint dev-dependency (Miroslav Bajtoš)
+
+ * Revert "bump strong-swagger-client dep" (Miroslav Bajtoš)
+
+ * Disable tests on Jenkins slaves w/o browser (Miroslav Bajtoš)
+
+ * bump strong-swagger-client dep (Ryan Graham)
+
+ * Update README.md (Ron)
+
+ * Update CONTRIBUTING.md (Ron)
+
+ * Fix timing issues in unit-tests (Miroslav Bajtoš)
+
+ * Issue #1423: responses containing references to definitions were not being fully resolved when the spec was pulled in over AJAX but was working locally. OperationView.render()'s parsing of the responses was just checking if the ref _started_ with '#/definitions/', not whether it contained it, and when pulled in over AJAX the refs have the URL prepended to them (Aaron Baker)
+
+ * updated versions (Tony Tam)
+
+ * Missing "Headers" translation (Francisco Guimarães)
+
+ * Fix merge (Francisco Guimarães)
+
+ * Missing some data-sw-translation (Francisco Guimarães)
+
+ * dist (Francisco Guimarães)
+
+ * Missing some data-sw-translation at templates (Francisco Guimarães)
+
+ * Build (Francisco Guimarães)
+
+ * merged from swagger-api (Francisco Guimarães)
+
+ * missing some data-sw-translation (Francisco Guimarães)
+
+ * merged (Tony Tam)
+
+ * rebuilt (Tony Tam)
+
+ * Revert "Updating documentation based on issue swagger-ui issue #1414" (Tony Tam)
+
+ * merged to develop_2.0 (Tony Tam)
+
+ * Changes at src (Francisco Guimarães)
+
+ * Translation (Francisco Guimarães)
+
+ * Include pt translation (Francisco Guimarães)
+
+ * Move pt to dist (Francisco Guimarães)
+
+ * Move to dist (Francisco Guimarães)
+
+ * PT localization (Francisco Guimarães)
+
+ * Added built files (sonicd300)
+
+ * Added flexible scope separator (sonicd300)
+
+ * Fix build on Node v0.12 and io.js (Miroslav Bajtoš)
+
+ * Move padding from index.html to CSS (Miroslav Bajtoš)
+
+ * Embed throbber.gif in CSS via data-uri (Miroslav Bajtoš)
+
+ * Upgrade less to 2.5 (latest) (Miroslav Bajtoš)
+
+ * Fix "Expand Operations" link (Miroslav Bajtoš)
+
+ * Use strong-swagger-client instead of swagger-client (Miroslav Bajtoš)
+
+ * Add back maxwidth in standalone mode (Miroslav Bajtoš)
+
+ * Refactored to visualize more parameter and property restrictions (Shelby Sanders)
+
+ * Corrected to replace '/' and '.' in anchors, since they break the shebang logic (Shelby Sanders)
+
+ * Changed to never show Response Class, because it must be in Swagger Spec for Code Gen to work (Shelby Sanders)
+
+ * Added better higlight of required params, with indication other than color/weight, and support for select and read-only (Shelby Sanders)
+
+ * Corrected shebang() to avoid closing Model when called an even number of times (Shelby Sanders)
+
+ * Added option for headersToHide in order to optionally hide arbitrary headers (e.g. Authorization) (Shelby Sanders)
+
+ * Corrected to actually show request headers and body, rearranged sections based on probability of reference (Shelby Sanders)
+
+ * Add default padding for when not embedded (Shelby Sanders)
+
+ * Added better highlighting and padding for preformatted JSON and XML (Shelby Sanders)
+
+ * Corrected styling of title and description, and refactored to remove with restrictions (Shelby Sanders)
+
+ * Added support for HTML in title, renamed footer to info_server avoiding conflict with Bootstrap, and corrected replacement of array[ (Shelby Sanders)
+
+ * make wider and show request parts (Nicolas Duchastel de Montrouge)
+
+ * Changed to protect against missing when checking for file uploads (Shelby Sanders)
+
+ * Added support for basePaths to document across multiple environments (Shelby Sanders)
+
+ * Refactored column widths to better use space for likely growing content (Shelby Sanders)
+
+ * Added support for anchoring to first reference of a Model (Shelby Sanders)
+
+ * Defer creation of signature and sampleJSON, so all Models will be loaded (Shelby Sanders)
+
+ * Omit divs for info.title and info.description if they're absent (Shelby Sanders)
+
+ * Removed inappropriate commas from sorters (Shelby Sanders)
+
+ * Corrected to avoid showing invalid Model and Model Schema is missing or void (Shelby Sanders)
+
+ * Added guard against null mockSignature (Shelby Sanders)
+
+ * Removed 'Implementation Notes' label since it's just noise, widened Resource expansion anchor to full label (Shelby Sanders)
+
+ * Corrected to work when loading resources from file:// (Shelby Sanders)
+
+ * Added support for primitives in StatusCodeView (Shelby Sanders)
+
+ * Add support for toggling Model and Schema, instead of just expanding (Shelby Sanders)
+
+ * Ensure Response Content Type is shown regardless of Response Class (Shelby Sanders)
+
+ * Collapse and label responseModel description by default (Shelby Sanders)
+
+ * Added support for multiple responseMessages from Swagger 1.2 (Shelby Sanders)
+
+ * Changed to hide the message-bar when no message (Miroslav Bajtoš)
+
+ * Add minimal test (Miroslav Bajtoš)
+
+ * Remove src/main/css from version control. (Miroslav Bajtoš)
+
+ * Remove lib/swagger.js from version control (Miroslav Bajtoš)
+
+ * Rename the module to strong-swagger-ui (Miroslav Bajtoš)
+
+ * Fix project infrastructure (Miroslav Bajtoš)
+
+ * Spelling and closing tag fixes (Taras Katkov)
+
+ * Fix value for window.location.protocol. (Lucian Hontau)
+
+ * Add support for oauth client secret when calling the token URL. Fixes #1384. Fixes #1324. (Lucian Hontau)
+
+ * Updating documentation based on issue swagger-ui issue #1414 (Mike Dalrymple)
+
+ * Improve the language in CONTRIBUTING.md (Andreas Kohn)
+
+ * Use a SPDX-compatible identifier for the 'license' value (Andreas Kohn)
+
+ * regenerated (aurelian)
+
+ * ignore case. (aurelian)
+
+ * X-data-* vendor extension for parameter objects (aurelian)
+
+ * Fix #1394: A bug in IE 10/11 causes the placeholder text to be copied to "value" (Praseeth T)
+
+ * removed superfluous quote (Vladimir L)
+
+ * OAuth flow only selected scopes should be sent to Authorize endpoint #1388. Need to clear out previous popupDialog nodes, so previous checkboxes won't be considered. (Tom Baker)
+
+ * Found a bug in OperationView.js which caused the oAuth toggle to be displayed for non-oAuth endpoints if oAuth was enabled at all, fixed it (Robert Brownstein)
+
+ * Spelling is hard (Rob Richardson)
+
+ * fix lint issue (Josh Ponelat)
+
+ * build with translator support (Josh Ponelat)
+
+ * add lang to gulpfile (Josh Ponelat)
+
+ * add data-sw-translate to templates (Josh Ponelat)
+
+ * Translation to Spanish finished (Ignacio Peluffo)
+
+ * Some words translation added (ipeluffo)
+
+ * Spanish translation added (ipeluffo)
+
+ * removed unnesessary logic, replaced by CSS style (Vladimir L)
+
+ * fixed issue with OAuth hint (Vladimir L)
+
+ * Remove moot `version` property from bower.json dev branch (Kevin Kirsche)
+
+
+2015-06-06, Version 2.1.0
+=========================
+
+ * updated versions, rebuilt (Tony Tam)
+
+ * removed extra tag (Tony Tam)
+
+ * removed logging (Tony Tam)
+
+ * updated version (Tony Tam)
+
+ * Update swagger-ui to reuse client authorizations properly (Jeremy Whitlock)
+
+ * remove dead code: show-wordnik-dev (Josh Ponelat)
+
+ * Updated project location (Ron)
+
+ * Updated ToS (Ron)
+
+ * Updated License (Ron)
+
+ * finish removing bootstrap.min entirely (Josh Ponelat)
+
+ * removed unused bootstrap.min.js file (Shawn Gong)
+
+ * fixed support for default values in param_list (Josh Ponelat)
+
+ * fix for lint errors (Tony Tam)
+
+ * merged (Tony Tam)
+
+ * rebuilt (Tony Tam)
+
+ * rewrote into source files, generate using gulp (Shawn Gong)
+
+ * use $.text instead of $.html for showMessage and onFailure (Josh Ponelat)
+
+ * rewrote using asCurl (Shawn Gong)
+
+ * Update translator.js (bnupaladin)
+
+ * curl hack to showcase curl output in the swagger-ui (Shawn Gong)
+
+ * Update README.md (Ron)
+
+ * updated validator badge logic per #1299 (Tony Tam)
+
+ * remove fileupload function (Vitaliy Kanev)
+
+ * fixed: REFACTOR handleFileUpload (Vitaliy Kanev)
+
+ * 508 Fixes (Joe Wolf)
+
+ * fixes #693 (Nara Kasbergen)
+
+ * fixes #958 (Nara Kasbergen)
+
+ * Add support for GFM syntax in model (schema) descriptions -- relies on one small change to swagger-client (Nara Kasbergen)
+
+
+2015-05-14, Version 2.1.5-M2
+============================
+
+ * rebuilt (Tony Tam)
+
+ * added authorizations (Tony Tam)
+
+ * Just realized this adds some extra horizontal padding which may not be desirable, so this fixes that (Nara Kasbergen)
+
+ * Fixes #1233 (Nara Kasbergen)
+
+ * Fixes #1268 (Nara Kasbergen)
+
+ * Use the correct new sorting parameter name (Nara Kasbergen)
+
+
+2015-05-13, Version 2.1.4-M2
+============================
+
+ * rebuilt (Tony Tam)
+
+ * merged (Tony Tam)
+
+ * updated versions for patch release (Tony Tam)
+
+ * fixed MainView for ES5 browser. (Matthias Le Brun)
+
+
+2015-05-13, Version 2.1.3-M2
+============================
+
+ * updated swagger-js, rebuilt (Tony Tam)
+
+ * fix for #1257 (Tony Tam)
+
+
+2015-05-08, Version 2.1.2-M2
+============================
+
+ * updated swagger-client version (Tony Tam)
+
+ * set highlight threshold per #1184 (Tony Tam)
+
+ * updated per #931 (Tony Tam)
+
+ * rebuilt (Tony Tam)
+
+ * merged #1238 (Tony Tam)
+
+ * merged (Tony Tam)
+
+ * merged logic from #1177 (Tony Tam)
+
+ * fix for #1253 (Tony Tam)
+
+ * added fix from outdated PR #1122 (Tony Tam)
+
+ * Fix for #1252, check for http protocol before setting validator url (Tony Tam)
+
+ * manually added #1086, #1089 (Tony Tam)
+
+ * fixes #1205, remove dead line (Josh Ponelat)
+
+ * uncomment swagger-oauth and add script (Josh Ponelat)
+
+ * add jshint to gulp..lint and dist (Josh Ponelat)
+
+ * fix #1191, forgot to put returns on handlebar helper (Josh Ponelat)
+
+ * Forcing old images to not be CRLF conformed due to new gitattributes file. (Bryan Hazelbaker)
+
+ * created files in dist (Merlin Göttlinger)
+
+ * Fix for #1113 (mgttlinger)
+
+ * updated version (Tony Tam)
+
+ * Use jQuery for trimming (Björn Rochel)
+
+ * Prevent the OperationView to display an error in case the response contains a whitespace only body with content type application/json (Bjoern Rochel)
+
+ * Corrected for Travis build. (Waldek Kozba)
+
+ * Multiple values for array type parameters as separated lines in the textarea. Improved required parameter handling for the array type. Improved default value handling for the array type. (Waldek Kozba)
+
+ * Pass empty object to guard the case when options.swaggerOptions is undefined (aurelian)
+
+ * Pass swagger options to swagger-js Operation#execute method (aurelian)
+
+
+2015-04-16, Version 2.1.1-M2
+============================
+
+ * rebuilt (Tony Tam)
+
+ * merged with master (Tony Tam)
+
+ * removed text files from binary attribute (Tony Tam)
+
+ * updated versions (Tony Tam)
+
+ * updated from master (Tony Tam)
+
+ * Add API Key auth in onComplete callback of SwaggerUI#load call (Mohsen Azimi)
+
+ * Support plain text in response (Mohsen Azimi)
+
+ * Fix issue #1132 "JS error when testing uploadFile method (http://petstore.swagger.io/#!/pet/uploadFile)" (Mohsen Azimi)
+
+ * Fix issue #1160 "piKey is not set when Explore button is clicked " (Mohsen Azimi)
+
+ * Call to swaggerUi.load before possible use. (Sebastian Ortiz)
+
+ * updated client version (Tony Tam)
+
+ * Fix - Swagger/Swashbuckle OAuth2 Authorizations not set #1134 (vprefournier)
+
+ * Update default validator with correct protocol (shuisman)
+
+
+2015-03-30, Version 2.1.0-M2
+============================
+
+ * rebuilt (Tony Tam)
+
+ * fixed binary for images (Tony Tam)
+
+ * replaced corrupt images (Tony Tam)
+
+ * Fix images and add all images as binary to gitattributes (Mohsen Azimi)
+
+ * prepare for release (Tony Tam)
+
+ * Update TravisCI badge to show only master result and remove CoffeeScript references (Mohsen Azimi)
+
+ * updated package, rebuilt (Tony Tam)
+
+ * Cleanup package.json (Mohsen Azimi)
+
+ * removed shred (Tony Tam)
+
+ * updated links (Tony Tam)
+
+ * Fix JSHint issues (Mohsen Azimi)
+
+ * Add link innerText (Mohsen Azimi)
+
+ * Add support for downloading via Blob (Mohsen Azimi)
+
+ * Add file download to try operation (Mohsen Azimi)
+
+ * Update .travis.yml (Tony Tam)
+
+ * xit out tests that are failing due to SwaggerJS (Mohsen Azimi)
+
+ * Use node_modules/.bin for binary executions in scripts of package.json (Mohsen Azimi)
+
+ * Append .json to v1 spec files to enforce Content-Type when serving in test (Mohsen Azimi)
+
+ * Use SwaggerJS from npm (Mohsen Azimi)
+
+ * Fixing sorter typo (Dan Rice)
+
+ * Rename redirectUrl optoon to oauth2RedirectUrl (Mohsen Azimi)
+
+ * Add ability to override redirectUrl in swagger-oauth (Mohsen Azimi)
+
+ * Make SwaggerUi UMD compatible (Mohsen Azimi)
+
+ * Fix typos in SwaggerUi.js (Mohsen Azimi)
+
+ * operation.handlebars: Using a
around {{{description}}} is more robust to potential HTML tags cannot be nested within the
context. (Livio Soares)
+
+ * Fix #1040 : add options to be able to sort APIs and operations (Julien Maurel)
+
+ * OperatioView.js: fix rendering of Markdown (GFM) in description fields. (Livio Soares)
+
+ * fixed build error (Tony Tam)
+
+ * merged (Tony Tam)
+
+ * Normalize all the line endings (Mohsen Azimi)
+
+ * Add .gitattributes file (Mohsen Azimi)
+
+ * Encode/decode tags before using it in the URL (Mohsen Azimi)
+
+ * Move backward compatibility to swaggerUi.js and warn users about API changes (Mohsen Azimi)
+
+ * fix for #968, removed block (Tony Tam)
+
+ * Append swagger-auth global functions to window and don't break backward (Mohsen Azimi)
+
+ * Append `Docs` to window for now (Mohsen Azimi)
+
+ * Remove all references to `swaggerUi` global instance (Mohsen Azimi)
+
+ * Update docs (Mohsen Azimi)
+
+ * Remove global auth object references and fix header api key adding mechanism (Mohsen Azimi)
+
+ * Pass router to all views (Mohsen Azimi)
+
+ * Remove CoffeeScript folder (Mohsen Azimi)
+
+ * Wrap all SwaggerUI code in a iife (Mohsen Azimi)
+
+ * Fix V2 test (Mohsen Azimi)
+
+ * Run JSHint in TravisCi (Mohsen Azimi)
+
+ * JSHintify test (Mohsen Azimi)
+
+ * Fix all JSHint errors (Mohsen Azimi)
+
+ * Some cleanup in Docs.js (Mohsen Azimi)
+
+ * Remove global views (Mohsen Azimi)
+
+ * Remove [].forEach calls (Mohsen Azimi)
+
+ * Fix binding error in swagger-js file (Mohsen Azimi)
+
+ * remove coffeescript from build process (Mohsen Azimi)
+
+ * Fix JS errors in source (Mohsen Azimi)
+
+ * Move all files to javascript folder and remove coffeescript folder (Mohsen Azimi)
+
+ * Convert view/OperationView.coffee (Mohsen Azimi)
+
+ * Convert view/ParameterView.coffee (Mohsen Azimi)
+
+ * Convert view/ParameterContentTypeView.coffee (Mohsen Azimi)
+
+ * Convert view/ResourceView.coffee (Mohsen Azimi)
+
+ * Convert view/SignatureView.coffee (Mohsen Azimi)
+
+ * Convert view/StatusCodeView.coffee (Mohsen Azimi)
+
+ * Convert view/ResponseContentTypeView.coffee (Mohsen Azimi)
+
+ * Convert view/MainView.coffee (Mohsen Azimi)
+
+ * Convert view/HeaderView.coffee (Mohsen Azimi)
+
+ * Convert view/ContentTypeView.coffee (Mohsen Azimi)
+
+ * Convert view/BasicAuthButton.coffee (Mohsen Azimi)
+
+ * Convert view/ApiKeyButton.coffee (Mohsen Azimi)
+
+ * Convert helpers/handlebars.coffee (Mohsen Azimi)
+
+ * Convert SwaggerUI.js and introduce JSHint (Mohsen Azimi)
+
+ * Update swagger-js with latest (Jeremy Whitlock)
+
+ * Fix issue with $.contains in Firefox (Mohsen Azimi)
+
+ * Remove global references to swaggerUi object (Mohsen Azimi)
+
+ * Update favicon with official logo and HiDPI support (Mohsen Azimi)
+
+ * Bring back "Raw" link for 1.2 specs (Mohsen Azimi)
+
+ * Add browser support information (Mohsen Azimi)
+
+ * encodeURIComponent on api_key (LASSALLE Nicolas)
+
+ * Render externalDocs when it's available (Mohsen Azimi)
+
+ * Render response headers (Mohsen Azimi)
+
+ * Add generated print CSS file in src/main/html/css/ (Mohsen Azimi)
+
+ * Add bower.json (Mohsen Azimi)
+
+ * increase TravisCI timeout to 20s (Mohsen Azimi)
+
+ * increase TravisCI timeout to 10s (Mohsen Azimi)
+
+ * Increase timeout for server launch in TravisCI (Mohsen Azimi)
+
+ * Refactor tests (Mohsen Azimi)
+
+ * update dependency and test in node 0.12 (Mohsen Azimi)
+
+ * Add a link to releases for CHANGELOG (Mohsen Azimi)
+
+ * Show master branch build badge (Mohsen Azimi)
+
+ * add print style sheet (Nuno Vieira)
+
+ * made space-delimited (Tony Tam)
+
+ * Oauth 2.0: use space as delimiter for scopes. (Ivan Goncharov)
+
+ * reverted files (Tony Tam)
+
+ * updated js lib (Tony Tam)
+
+ * user gulp-order to produce ordered template (Mohsen Azimi)
+
+ * Add 'required' class to list parameter if it's required (Mohsen Azimi)
+
+ * When running `gulp watch` watch handlebars file changes too (Mohsen Azimi)
+
+ * Set marked options to render GFM correctly (Mohsen Azimi)
+
+ * Add underscore source map file (Mohsen Azimi)
+
+ * updated client for remote ref support (Tony Tam)
+
+ * updated version (Tony Tam)
+
+ * updated version, client (Tony Tam)
+
+ * fix for #944, form data with 2.0 spec (Tony Tam)
+
+ * prepare for file upload in swagger-js (Tony Tam)
+
+ * added tags to test (Tony Tam)
+
+ * updated client (Tony Tam)
+
+ * Update README.md (Ron)
+
+ * rebuild (Tony Tam)
+
+ * updated from master (Tony Tam)
+
+ * moved from render to init method (Tony Tam)
+
+ * reduced timeout (Tony Tam)
+
+ * Fix OAuth2 login when no scope is defined (Stefano Travelli)
+
+ * Appended the checks of existing of translated attributes (Константин Калинин)
+
+ * rebuilt client (Tony Tam)
+
+ * Create CONTRIBUTING.md (Mohsen Azimi)
+
+ * merg (Константин Калинин)
+
+ * readme (Константин Калинин)
+
+ * codestyle (Константин Калинин)
+
+ * Adding (ignored) oauth2 state parameter. (Thijs Van der Schaeghe)
+
+ * merge (Константин Калинин)
+
+ * translated of title-attribute and extended a list ow known lexemes (Константин Калинин)
+
+ * more phrases (Константин Калинин)
+
+ * add simple translation support (Константин Калинин)
+
+ * If possible, support audio content types (Vincent Pizzo)
+
+
+2015-02-21, Version 2.1.8-M1
+============================
+
+ * updated client for remote ref support (Tony Tam)
+
+
+2015-02-21, Version 2.1.7-M1
+============================
+
+ * updated version (Tony Tam)
+
+
+2015-02-21, Version 2.1.6-M1
+============================
+
+ * rebuilt (Tony Tam)
+
+ * updated client (Tony Tam)
+
+ * updated version, client (Tony Tam)
+
+ * fix for #944, form data with 2.0 spec (Tony Tam)
+
+ * prepare for file upload in swagger-js (Tony Tam)
+
+ * merged from develop_2.0 (Tony Tam)
+
+ * updated version (Tony Tam)
+
+ * added tags to test (Tony Tam)
+
+ * Update README.md (Ron)
+
+
+2015-02-18, Version 2.1.5-M1
+============================
+
+ * rebuild (Tony Tam)
+
+ * merged from develop_2.0 (Tony Tam)
+
+ * rebuilt (Tony Tam)
+
+ * updated from master (Tony Tam)
+
+ * removed bin folder (Tony Tam)
+
+ * moved from render to init method (Tony Tam)
+
+ * reduced timeout (Tony Tam)
+
+ * Fix OAuth2 login when no scope is defined (Stefano Travelli)
+
+ * Update README.md (Ron)
+
+ * Update LICENSE (Ron)
+
+
+2015-02-12, Version 2.1.4-M1
+============================
+
+ * test for #932 (Tony Tam)
+
+ * updated version (Tony Tam)
+
+ * rebuilt (Tony Tam)
+
+ * updated client lib (Tony Tam)
+
+ * fixed rendering to support latest client for #932 (Tony Tam)
+
+
+2015-02-11, Version 2.1.3-M1
+============================
+
+ * updated versions (Tony Tam)
+
+ * updated files (Tony Tam)
+
+ * Include redirect_uri in access token request for OAuth2 authentication. (Stefano Travelli)
+
+
+2015-02-09, Version 2.1.2-M1
+============================
+
+ * updated client, version (Tony Tam)
+
+ * added fix for #916 by copying identifiers instead of using references (Tony Tam)
+
+ * fixes to docker installation (Akshat Aranya)
+
+
+2015-02-02, Version 2.1.1-M1
+============================
+
+ * rebuilt (Tony Tam)
+
+ * updated js library to 2.1.1-M1 (Tony Tam)
+
+ * added array check for #899 (Tony Tam)
+
+ * added gulp-header to write metadata in comments of output library #900 (Tony Tam)
+
+ * updated swagger-js to fix header (Tony Tam)
+
+ * merged from develop_2.0 (Tony Tam)
+
+ * Update README.md (Ron)
+
+ * Update LICENSE (Ron)
+
+ * added travis (Tony Tam)
+
+ * updated package version, readme (Tony Tam)
+
+ * fix for #640 (Tony Tam)
+
+ * removed log (Tony Tam)
+
+ * fixed body param (Tony Tam)
+
+ * unified client (Tony Tam)
+
+ * updated lib (Tony Tam)
+
+ * formatting (Tony Tam)
+
+ * updated mocha (Tony Tam)
+
+ * moved tests, added 1.x, 2.0 (Tony Tam)
+
+ * More test + fix decodeURIComponent call (Mohsen Azimi)
+
+ * a build (Mohsen Azimi)
+
+ * decode encoded URLs (Mohsen Azimi)
+
+ * Sleep instead of wait (Mohsen Azimi)
+
+ * Take out `checkConsoleErrors` from inside title check (Mohsen Azimi)
+
+ * updated test to check console errors after loading (Tony Tam)
+
+ * removed unnecessary logging (Tony Tam)
+
+ * rebuilt distro (Tony Tam)
+
+ * Fix backbone compability issue (Mohsen Azimi)
+
+ * Don't fail with the first browser error. (Mohsen Azimi)
+
+ * new build (Mohsen Azimi)
+
+ * Add test for console errors (Mohsen Azimi)
+
+ * regenerated files (Tony Tam)
+
+ * Define default email subject in contact link (Matti Schneider)
+
+ * fix for #517 (Tony Tam)
+
+ * Upgrade to backbone@1.1. (Mohsen Azimi)
+
+ * Upgrade to underscore.js@1.7 (Mohsen Azimi)
+
+ * fix for #593 (Tony Tam)
+
+ * PR #660 made to develop_2.0 (Mohsen Azimi)
+
+ * New build with gulp (Mohsen Azimi)
+
+ * added contact.name, email to template (Tony Tam)
+
+ * fix for #819 (Tony Tam)
+
+ * added files from #862 (Tony Tam)
+
+ * fixes for #859, ie compat (Tony Tam)
+
+ * updated for #849 (Tony Tam)
+
+ * updated for #852 (Tony Tam)
+
+ * fix for #855 (Tony Tam)
+
+ * Add documentation and npm script for gulp (Mohsen Azimi)
+
+ * Add `gulp serve` (Mohsen Azimi)
+
+ * fixed return type (Tony Tam)
+
+ * Add `gulp watch` (Mohsen Azimi)
+
+ * updated lib to address content types (Tony Tam)
+
+ * fix for #484, reset class for response container when switching media types (Tony Tam)
+
+ * Do clean task before any other task (Mohsen Azimi)
+
+ * Update Swagger Client (Mohsen Azimi)
+
+ * Cleanup and add update docs (Mohsen Azimi)
+
+ * Finish "gulp" command (Mohsen Azimi)
+
+ * Add templates (Mohsen Azimi)
+
+ * Add less and copy html files (Mohsen Azimi)
+
+ * Add gulfile.js (Mohsen Azimi)
+
+ * rebuilt file (Tony Tam)
+
+ * merged into swagger-js (Tony Tam)
+
+ * Update README.md (Tony Tam)
+
+ * Oauth2 changes to support accessCode flow (Brian Shamblen)
+
+ * Added hover over popup to display property validation attributes (Brian Shamblen)
+
+ * updated swagger-client lib, index fonts (Tony Tam)
+
+ * merged from develop, #824 (Tony Tam)
+
+ * fixed build, dist (Tony Tam)
+
+ * merged files (Tony Tam)
+
+ * merged (Tony Tam)
+
+ * add local google font cache (Gen Liu)
+
+ * remove google web font (gengen1988)
+
+ * manual merge #654 (Tony Tam)
+
+ * Add ncp to npm dependencie (Mohsen Azimi)
+
+ * Add build badge (Mohsen Azimi)
+
+ * Add chai (Mohsen Azimi)
+
+ * Add e2e tests (Mohsen Azimi)
+
+ * Add travis yaml (Mohsen Azimi)
+
+ * manually applied #458 (Tony Tam)
+
+ * updated & rebuilt lib with unified client (Tony Tam)
+
+ * Collapsing multiple elements when resource == '' (Damien Nozay)
+
+ * Add Dockerfile and notes to README. (Daniel Nephin)
+
+ * more platform-independent build (Aliaksandr Autayeu)
+
+
+2015-02-01, Version 2.1.0-M1
+============================
+
+ * updated badge (Tony Tam)
+
+ * merged from develop_2.0 (Tony Tam)
+
+ * fix for submit methods (Tony Tam)
+
+ * fix for https://github.com/swagger-api/swagger-js/issues/210, #814, query param encoding issue (Tony Tam)
+
+ * re-enabled submit methods (Tony Tam)
+
+ * Fixed terms of service link (Shaun Becker)
+
+ * fixed headers, file upload per #662 (Tony Tam)
+
+ * removed unnecessary ignores (Tony Tam)
+
+ * Update README.md (webron)
+
+ * removed handlebars reference (Tony Tam)
+
+ * merged #779 (Tony Tam)
+
+ * Added information about CORS support (webron)
+
+ * fix for #770 (Tony Tam)
+
+ * fix for #761 (Tony Tam)
+
+ * updated swagger-js (Tony Tam)
+
+ * merged from develop, added fix for #627 (Tony Tam)
+
+ * Update SwaggerUi.coffee (Damien Nozay)
+
+ * updated swagger-js per #715 (Tony Tam)
+
+ * Update README.md (Tony Tam)
+
+ * updated swagger.js (Tony Tam)
+
+ * updated versions (Tony Tam)
+
+ * updated swagger-js per https://github.com/swagger-api/swagger-js/issues/167 (Tony Tam)
+
+
+2014-11-22, Version 2.1.0-alpha.6
+=================================
+
+ * added for 2.0 specs to support multi-select inputs (Tony Tam)
+
+ * fix for default values--standardized on which is handled by ParameterView.coffee (Tony Tam)
+
+ * Fix spelling errors and improve a sentence (Matt Hurne)
+
+ * Fix spelling error in README.md (Matt Hurne)
+
+ * Update README.md (Matt Hurne)
+
+ * removed file (Tony Tam)
+
+ * proposed fix for #731 (Tony Tam)
+
+ * fix for https://github.com/swagger-api/swagger-ui/issues/729 (Tony Tam)
+
+
+2014-11-17, Version 2.1.0-alpha.5
+=================================
+
+ * updated version (Tony Tam)
+
+ * fix for #727 (Tony Tam)
+
+ * updated link, removed buttons (Tony Tam)
+
+
+2014-11-11, Version 2.1.0-alpha.4
+=================================
+
+ * updated versions (Tony Tam)
+
+ * merged from auth_2.0 branch (Tony Tam)
+
+ * updated js libs (Tony Tam)
+
+ * rebuilt lib (Tony Tam)
+
+ * smarter content type detection (Tony Tam)
+
+ * updated from swagger-js (Tony Tam)
+
+ * added back exports (Tony Tam)
+
+ * Do not create operations for non-HTTP methods/verbs (Jeremy Whitlock)
+
+ * Update README.md (Tony Tam)
+
+ * updated for auth (Tony Tam)
+
+ * minor formatting (Tony Tam)
+
+ * removed validator for 1.2 specs (Tony Tam)
+
+ * whitespace (Tony Tam)
+
+ * updated readme (Tony Tam)
+
+ * updated index (Tony Tam)
+
+ * fix for https://github.com/wordnik/swagger-ui/issues/644, verify path object by type (Tony Tam)
+
+ * updated swagger-js for https://github.com/wordnik/swagger-js/issues/151 (Tony Tam)
+
+ * updated build (Tony Tam)
+
+ * updated js client (Tony Tam)
+
+ * fix for #663 (Tony Tam)
+
+ * updated client per #669 (Tony Tam)
+
+ * fix for #632, param names other than (Tony Tam)
+
+ * added support for body params with name other than (Tony Tam)
+
+ * rebuilt with deprecate support, https://github.com/wordnik/swagger-ui/pull/645 (Tony Tam)
+
+ * merged from https://github.com/wordnik/swagger-ui/pull/642 (Tony Tam)
+
+ * updated version for publish (Tony Tam)
+
+ * updated swagger-js library (Tony Tam)
+
+ * updated version check, multi support for 2.0 (Tony Tam)
+
+ * Adding deprecated indicator to operations (Chris Allen)
+
+
+2014-10-06, Version 2.1.0-alpha.1
+=================================
+
+ * updated version to alpha tag (Tony Tam)
+
+ * fix for header undefined (Tony Tam)
+
+ * added check for schema (Tony Tam)
+
+ * Fix swagger-ui issue#637 [https://github.com/wordnik/swagger-ui/issues/637] to show response for 20x as default if response 200 is not present. (Edmond Chui)
+
+ * fix for #626, added support for (default || defaultValue) (Tony Tam)
+
+ * undid double stringify (Tony Tam)
+
+ * added exception handling, updated client (Tony Tam)
+
+ * formatting (Tony Tam)
+
+ * updated library (Tony Tam)
+
+ * Update README.md (Harold Combs)
+
+ * fix for #605, create default tag group (Tony Tam)
+
+ * added key listener (Tony Tam)
+
+ * fix for #612 (Tony Tam)
+
+ * fixed version (Tony Tam)
+
+ * added validator for v2 (Tony Tam)
+
+ * added logic for link (Tony Tam)
+
+ * updated lib (Tony Tam)
+
+ * fix for #606, renamed resource to in the template (Tony Tam)
+
+ * updated client, converted newlines to br in description (Tony Tam)
+
+ * updated libraries (Tony Tam)
+
+ * fix for #602 (Tony Tam)
+
+ * fix for #596 (Tony Tam)
+
+ * rebuilt distro (Tony Tam)
+
+ * updated client to enable auth #588 (Tony Tam)
+
+ * added null check (Tony Tam)
+
+ * tidy up the commenting (Alex Agranov)
+
+ * pull out onChange handler for #input_apiKey so it can be called manually (Alex Agranov)
+
+ * fix for #592, added http method (Tony Tam)
+
+ * Fixing tags check for undefined. (John Chiu)
+
+ * Escape returned HTML. (David Cole)
+
+ * Use initial url parameter if given, else fallback to petstore example (Markus Wolf)
+
+ * Update package.json (Tony Tam)
+
+ * updated link (Tony Tam)
+
+ * updated versions (Tony Tam)
+
+ * merged from develop (Tony Tam)
+
+ * updated links (Tony Tam)
+
+ * merged from master (Tony Tam)
+
+ * fix for license structure change (Tony Tam)
+
+ * added compatibility table (Tony Tam)
+
+ * added links to readme (Tony Tam)
+
+ * updated readme, resource to remove url if not present (Tony Tam)
+
+ * added response check for swagger 2.0/1.2 client (Tony Tam)
+
+ * fix for #570, sanitized tag names (Tony Tam)
+
+ * removed stubs (Tony Tam)
+
+ * updated swagger lib (Tony Tam)
+
+ * updated swagger-js (Tony Tam)
+
+ * updates to develop branch (Tony Tam)
+
+ * added 2.0 client (Tony Tam)
+
+ * updated files (Tony Tam)
+
+
+2015-07-14, Version 20.0.2
+==========================
+
+
+
+2015-07-14, Version 20.0.1
+==========================
+
+ * Fix build on Node v0.12 and io.js (Miroslav Bajtoš)
+
+ * Move padding from index.html to CSS (Miroslav Bajtoš)
+
+ * Embed throbber.gif in CSS via data-uri (Miroslav Bajtoš)
+
+ * Upgrade less to 2.5 (latest) (Miroslav Bajtoš)
+
+
+2015-07-08, Version 20.0.0
+==========================
+
+ * Fix "Expand Operations" link (Miroslav Bajtoš)
+
+ * Use strong-swagger-client instead of swagger-client (Miroslav Bajtoš)
+
+ * Add back maxwidth in standalone mode (Miroslav Bajtoš)
+
+ * Refactored to visualize more parameter and property restrictions (Shelby Sanders)
+
+ * Corrected to replace '/' and '.' in anchors, since they break the shebang logic (Shelby Sanders)
+
+ * Changed to never show Response Class, because it must be in Swagger Spec for Code Gen to work (Shelby Sanders)
+
+ * Added better higlight of required params, with indication other than color/weight, and support for select and read-only (Shelby Sanders)
+
+ * Corrected shebang() to avoid closing Model when called an even number of times (Shelby Sanders)
+
+ * Added option for headersToHide in order to optionally hide arbitrary headers (e.g. Authorization) (Shelby Sanders)
+
+ * Corrected to actually show request headers and body, rearranged sections based on probability of reference (Shelby Sanders)
+
+ * Add default padding for when not embedded (Shelby Sanders)
+
+ * Added better highlighting and padding for preformatted JSON and XML (Shelby Sanders)
+
+ * Corrected styling of title and description, and refactored to remove with restrictions (Shelby Sanders)
+
+ * Added support for HTML in title, renamed footer to info_server avoiding conflict with Bootstrap, and corrected replacement of array[ (Shelby Sanders)
+
+ * make wider and show request parts (Nicolas Duchastel de Montrouge)
+
+ * Changed to protect against missing when checking for file uploads (Shelby Sanders)
+
+ * Added support for basePaths to document across multiple environments (Shelby Sanders)
+
+ * Refactored column widths to better use space for likely growing content (Shelby Sanders)
+
+ * Added support for anchoring to first reference of a Model (Shelby Sanders)
+
+ * Defer creation of signature and sampleJSON, so all Models will be loaded (Shelby Sanders)
+
+ * Omit divs for info.title and info.description if they're absent (Shelby Sanders)
+
+ * Removed inappropriate commas from sorters (Shelby Sanders)
+
+ * Corrected to avoid showing invalid Model and Model Schema is missing or void (Shelby Sanders)
+
+ * Added guard against null mockSignature (Shelby Sanders)
+
+ * Removed 'Implementation Notes' label since it's just noise, widened Resource expansion anchor to full label (Shelby Sanders)
+
+ * Corrected to work when loading resources from file:// (Shelby Sanders)
+
+ * Added support for primitives in StatusCodeView (Shelby Sanders)
+
+ * Add support for toggling Model and Schema, instead of just expanding (Shelby Sanders)
+
+ * Ensure Response Content Type is shown regardless of Response Class (Shelby Sanders)
+
+ * Collapse and label responseModel description by default (Shelby Sanders)
+
+ * Added support for multiple responseMessages from Swagger 1.2 (Shelby Sanders)
+
+ * Changed to hide the message-bar when no message (Miroslav Bajtoš)
+
+ * Add minimal test (Miroslav Bajtoš)
+
+ * Remove src/main/css from version control. (Miroslav Bajtoš)
+
+ * Remove lib/swagger.js from version control (Miroslav Bajtoš)
+
+ * Rename the module to strong-swagger-ui (Miroslav Bajtoš)
+
+ * Fix project infrastructure (Miroslav Bajtoš)
+
+ * Use handlebars from npm. (dblock)
+
+
+2014-09-12, Version 2.0.24
+==========================
+
+ * updated client, version (Tony Tam)
+
+ * Remove inline event handlers from resource template. (Samuel Reed)
+
+ * rebuilt (Tony Tam)
+
+ * Fix potential self XSS in request url. (Samuel Reed)
+
+ * Moved reference to throbber.gif to CSS file. (Bez Hermoso)
+
+ * Fixed oauth redirect url path. URL works with nested pathnames. (Antek Drzewiecki)
+
+
+2014-08-06, Version 2.0.22
+==========================
+
+ * fixes for https://github.com/wordnik/swagger-js/issues/107 (Tony Tam)
+
+
+2014-08-02, Version 2.0.21
+==========================
+
+ * updated swagger-js (Tony Tam)
+
+
+2014-08-02, Version 2.0.20
+==========================
+
+ * updated swagger-js, added #507 to dist (Tony Tam)
+
+ * Provide option highlightSizeThreshold to allow conditional syntax highlighting based on response size (John Bryson)
+
+
+2014-08-01, Version 2.0.19
+==========================
+
+ * updated versions (Tony Tam)
+
+ * rebuilt (Tony Tam)
+
+ * updated templates to support file as body or form params (Tony Tam)
+
+ * updated logger to avoid logging arrays (Tony Tam)
+
+ * updated key name (Tony Tam)
+
+ * updated swagger-js to 2.0.34 (Tony Tam)
+
+ * provide option sorter=[alpha|method] (Chris Hatch)
+
+ * fixed undefined variable errors (aurelian)
+
+ * remove console.info (Chris Hatch)
+
+ * #254 alphabetical sort of apis and operations under apis new option sortAlphabetical=true|false (Chris Hatch)
+
+ * updated distro to include #493 (Tony Tam)
+
+ * Fix for issue #492; HTML in response headers (Martijn van der Lee)
+
+
+2014-07-12, Version 2.0.18
+==========================
+
+ * switched to snippet view #491 (Tony Tam)
+
+ * updated versions, swagger-js (Tony Tam)
+
+ * fixed #340 with empty body, updated swagger-js (Tony Tam)
+
+ * Fix handling for jQuery response headers (Travis Illig)
+
+ * Update underscore-min.js (paladox2015)
+
+ * updated to support explicit keys (Tony Tam)
+
+ * The list of scopes now RFC6749 Sec.3.3 compliant (Jörg Adler)
+
+
+2014-05-14, Version 2.0.17
+==========================
+
+
+
+2014-05-14, Version 2.0.17
+==========================
+
+ * bumped version (Tony Tam)
+
+ * fix for upload with no files (Tony Tam)
+
+ * updated with version number (Tony Tam)
+
+ * Updated index.html to include css links for print media (Samuel Raghunath)
+
+
+2014-04-29, Version 2.0.16
+==========================
+
+ * updated version for release (Tony Tam)
+
+ * rebuilt distro for #331 (Tony Tam)
+
+ * ~ "Error Status Codes" -> "Response Messages" + "Response Model" column in OperationView template + Response Model in Response Messages (FilippQoma)
+
+
+2014-04-27, Version 2.0.15
+==========================
+
+ * updated swagger.js version (Tony Tam)
+
+ * added emitting version into swagger-ui.js file (Tony Tam)
+
+ * moved css scoping to less templates per owners request, converted highlight.default.css to less, and made reset css its only include as it is difficult to scope due to html and body tag css overrides (Kyle J. Ginavan)
+
+ * added scope to swagger, therefore, it can be included/embedded within other applications and not have css bleed. (Kyle J. Ginavan)
+
+ * Update README.md (Pat)
+
+ * Update README.md (webron)
+
+ * updated oauth2 support into a single config (Tony Tam)
+
+ * merged from oauth2 branch (Tony Tam)
+
+ * Add index.js file that returns the dist location and version when required (Paul Winkler)
+
+
+2014-03-19, Version 2.0.14
+==========================
+
+ * updated swagger-js, version (Tony Tam)
+
+ * Create LICENSE (webron)
+
+ * rebuilt per #417 (Tony Tam)
+
+ * rebuilt per #418 (Tony Tam)
+
+ * added options styling, swagger-js update, per #420 (Tony Tam)
+
+ * Fix header response on file upload (Johan.Bloemberg)
+
+ * Don't send empty form fields as undefined for file uploads (Johan.Bloemberg)
+
+ * Modified commit for the https://github.com/wordnik/swagger-ui/pull/414 Brings backward compatibility for the 'allowMultiple' attribute. (valdemon)
+
+ * rebuilt (Tony Tam)
+
+ * updated client (Tony Tam)
+
+ * fix for toggle operation (Tony Tam)
+
+ * Fix content and response url on file uploads (Johan.Bloemberg)
+
+ * fixed id construction in toggleOperationContent (Joyce Stack)
+
+ * fix for #410, varibles declared in closures cause ie8 pains (Tony Tam)
+
+ * updated files (Tony Tam)
+
+ * ie8 fixes (Tony Tam)
+
+ * fix for https://github.com/wordnik/swagger-js/issues/81 (Tony Tam)
+
+
+2014-02-19, Version 2.0.12
+==========================
+
+ * updated swagger-js (Tony Tam)
+
+
+2014-02-19, Version 2.0.11
+==========================
+
+ * updated swagger-js version (Tony Tam)
+
+ * fix for https://github.com/wordnik/swagger-ui/pull/399 (Tony Tam)
+
+ * fix for array params (Tony Tam)
+
+
+2014-02-16, Version 2.0.10
+==========================
+
+ * fixes for allowable values (Tony Tam)
+
+
+2014-02-16, Version 2.0.9
+=========================
+
+ * updated swagger-js per https://github.com/wordnik/swagger-ui/pull/394#issuecomment-35181116 https://github.com/wordnik/swagger-ui/pull/394#issuecomment-35181116 (Tony Tam)
+
+
+2014-02-13, Version 2.0.8
+=========================
+
+ * updated swagger-js versions (Tony Tam)
+
+
+2014-02-12, Version 2.0.7
+=========================
+
+ * updated version (Tony Tam)
+
+ * updated client to 2.0.13 (Tony Tam)
+
+ * updated swagger-client (Tony Tam)
+
+ * merge of #369, https://github.com/wordnik/swagger-js/issues/74 (Tony Tam)
+
+ * fix for #387 (Tony Tam)
+
+ * fix for #388 (Tony Tam)
+
+ * fix for #381 (Tony Tam)
+
+
+2014-01-23, Version 2.0.4
+=========================
+
+ * updated version (Tony Tam)
+
+ * updated swagger-js client, support for IE8 (Tony Tam)
+
+ * updated swagger-js version to address #377, #72 (Tony Tam)
+
+ * Added support for pretty-printing responses for media types with extended subtypes. For example the media type 'application/vnd.myresource+json; version=1.2' will be correctly recognized as JSON and pretty-printed. Conforms to RFC 6838, 6839. (Michael Iles)
+
+ * fix for #248 (Tony Tam)
+
+ * Update README.md (Tony Tam)
+
+ * safe-JSON-parsing-check-for-type-undefined (invincible)
+
+ * rebuilt client (Tony Tam)
+
+ * restrict uploaded file inputs to those in the form being submitted (Bryan Matsuo)
+
+ * removed selfclosing tag #332 - reapplied e4d01c5 by thadudexx (Aliaksandr Autayeu)
+
+
+2013-11-29, Version 2.0.3
+=========================
+
+ * updated version (Tony Tam)
+
+ * fix for #288 (Tony Tam)
+
+ * fix for #334 (Tony Tam)
+
+ * Update index.html (thadudexx)
+
+ * fixed package to include less (Tony Tam)
+
+ * Match all image types (Takeharu Oshida)
+
+ * Add image contents type resopnse handler (Takeharu Oshida)
+
+ * fixing request_url updates for all operations in one resource (Pavel Puchkarev)
+
+ * merged https://github.com/wordnik/swagger-ui/pull/323 (Tony Tam)
+
+
+2013-09-26, Version 2.0.2
+=========================
+
+ * updated swagger-js (Tony Tam)
+
+ * updating docs, change in sample and java required for build (Pavel Puchkarev)
+
+ * merged pr for https://github.com/wordnik/swagger-js/pull/54 (Tony Tam)
+
+ * fix for #310 (Tony Tam)
+
+ * fixed example (Tony Tam)
+
+ * fix for required fields showing optional (Tony Tam)
+
+ * added resource description (Tony Tam)
+
+ * fixed merge issue (Tony Tam)
+
+ * fix for #301, headers being URI encoded (Tony Tam)
+
+ * manual merge of #304 (Tony Tam)
+
+ * manual merge of #303 (Tony Tam)
+
+ * fix for #297, enabled throbber (Tony Tam)
+
+ * Added proper formatting for hal+json Content-Type responses in coffeescript source file (tomrac87)
+
+ * added enum support per #296 (Tony Tam)
+
+ * Added proper formatting for hal+json Content-Type responses (tomrac87)
+
+
+2013-08-29, Version 2.0.1
+=========================
+
+ * updated swagger-js to address sample schema issues (Tony Tam)
+
+ * fix for #279, empty boolean drop-downs (Tony Tam)
+
+
+2013-08-19, Version 2.0.0
+=========================
+
+ * fixed responseMessages issue per #267 (Tony Tam)
+
+ * fixing file name -- realized the typo in the link tag was replicating one in the css file name (Robert Crooks)
+
+ * fix for issue #285 (Brightcove Learning Services)
+
+ * fixed enum, required flags (Tony Tam)
+
+ * updated readme (Tony Tam)
+
+ * updated swagger-client (Tony Tam)
+
+ * fixed petstore link (Tony Tam)
+
+ * merged from develop branch (Tony Tam)
+
+ * updated handlebars (Tony Tam)
+
+ * fixes for content-type (Tony Tam)
+
+ * updated for 1.2 support (Tony Tam)
+
+ * removed console log, updated swagger.js (Tony Tam)
+
+ * fixed discrepancy between handlebars precompiler and runtime (Ryan Bales)
+
+ * merged https://github.com/wordnik/swagger-js/issues/42 (Tony Tam)
+
+ * fix for #263 (Tony Tam)
+
+ * fix for #261 (Tony Tam)
+
+ * removed console logs (Tony Tam)
+
+ * removed some logging (Tony Tam)
+
+ * fixed default URL (Tony Tam)
+
+ * added api info (Tony Tam)
+
+ * updated to use petstore instead of localhost (Tony Tam)
+
+ * added authorization support from swagger-js 2.0 (Tony Tam)
+
+ * renamed discoveryUrl to url to match js change (Tony Tam)
+
+ * fix for #174, #78 (Tony Tam)
+
+ * updated to latest swagger-js (Tony Tam)
+
+ * #199 (Tony Tam)
+
+ * removed swagger-client dep for now, it's copied manually (Tony Tam)
+
+ * updated deps, version (Tony Tam)
+
+ * merged with swagger.js-2.0-develop (Tony Tam)
+
+ * added shred library (Tony Tam)
+
+ * added separate request and response templates (Tony Tam)
+
+ * Update index.html (Tony Tam)
+
+ * added support for swagger-spec 1.2 (Tony Tam)
+
+
+2013-06-26, Version 1.1.15
+==========================
+
+ * updated to support 1.2 spec responseMessages (Tony Tam)
+
+ * form data fix (Tony Tam)
+
+ * fixed file param name (Tony Tam)
+
+ * Create proper example JSON (George Sibble)
+
+ * Add new column to display the paramType (Ian Forsey)
+
+ * minor typo correction (Marsh Gardiner)
+
+ * merged #pr175 (Tony Tam)
+
+ * fix for #180 (Tony Tam)
+
+ * fix for sending content-type header during GET requests (Tony Tam)
+
+ * Making fonts call protocol agnostic so it works behind https (Paul Hill)
+
+ * updated to support file + form params in same request (Tony Tam)
+
+ * removed reference to downloads folder (Tony Tam)
+
+ * don't set contentType for empty body (Johannes Dewender)
+
+
+2013-03-08, Version 1.0.13
+==========================
+
+ * fixed required param bug per #163 (Tony Tam)
+
+
+2013-03-05, Version 1.0.12
+==========================
+
+ * bumped version (Tony Tam)
+
+ * More CSS cleaning. (Pepijn de Geus)
+
+ * Fix custom bold text. (Pepijn de Geus)
+
+ * UI improvements for parameters (input and read-only) and model description. Uses changes to swagger.js (swagger-client). (Pepijn de Geus)
+
+ * Update to Handlebars 1.0.10+, CoffeeScript 1.5 (Pepijn de Geus)
+
+ * toggleOperationContent to escape resource name before querying for node (Andreas Andreou)
+
+ * updated swagger.js dependency for #136 (Tony Tam)
+
+ * added ignore file (Tony Tam)
+
+ * added swagger-client as dependency, renamed from to to avoid collisions (Tony Tam)
+
+ * add correct link to distribution downloads (Eric Himmelreich)
+
+ * reverted default url (Tony Tam)
+
+ * fix for #121 (Tony Tam)
+
+ * improved error handling (Tony Tam)
+
+ * update for swagger.js#14, #138, #139 (Tony Tam)
+
+ * updated README for download instructions (Tony Tam)
+
+ * added dist folder back now that git downloads are gone (Tony Tam)
+
+ * fixed file bug for indent issue and param type check (Tony Tam)
+
+ * update README (Filirom1)
+
+ * simplify build (Filirom1)
+
+
+2012-12-04, Version 1.1.7
+=========================
+
+ * closes #107 (Ayush Gupta)
+
+ * using the latest swagger.js (Ayush Gupta)
+
+ * closes #98 (Ayush Gupta)
+
+ * Fixing merge problem (Alberto Pose)
+
+
+2012-11-27, Version 1.1.6
+=========================
+
+ * fixed duplicate model, updated example name (Tony Tam)
+
+ * re-merged #96 (Tony Tam)
+
+ * Adding fallback to XML when JSON response parsing fails. (Alberto Pose)
+
+ * Update src/main/javascript/doc.js (sequielo)
+
+ * added missing files per #100 (Tony Tam)
+
+
+2012-11-25, Version 1.1.5
+=========================
+
+ * manual merge of #97 (Tony Tam)
+
+ * Adding operation number to create a unique href for the tag. (Alberto Pose)
+
+ * Adding JSON sample UI to response (Alberto Pose)
+
+ * Small improvements to some titles (Alberto Pose)
+
+ * coffeescript compiled swagger.js for #91 (Ayush Gupta)
+
+ * fixes https://github.com/wordnik/swagger-core/issues/68 in a generic way. Should work with all params. (predicador37)
+
+ * fix from https://github.com/wordnik/swagger-core/issues/68 (Ayush Gupta)
+
+
+2012-11-19, Version 1.1.4
+=========================
+
+ * redo of PR #88, #89, #90 (Tony Tam)
+
+ * updated to 1.1.4 (Tony Tam)
+
+ * closes #83 (Ayush Gupta)
+
+ * closes #84 (Ayush Gupta)
+
+ * Adding syntax highlight to JSON snippets and responses. (Alberto Pose)
+
+ * Removing console.log (Alberto Pose)
+
+ * Adding 'snippet' tab to parameter datatype signature UI This new section displays how a complex datatype should look like providing some sample code for the developer using Swagger. (Alberto Pose)
+
+
+2012-11-14, Version 1.1.3
+=========================
+
+ * merged pull request #42 from @tim-vandecasteele (Ayush Gupta)
+
+ * Support console.log in IE9 (Greg MacLellan)
+
+ * Adding response status code views (swagger.js updated). (Alberto Pose)
+
+ * Added doctype declaration (Greg MacLellan)
+
+ * closes #35 (Ayush Gupta)
+
+ * closes #63 (Ayush Gupta)
+
+ * removed unnecessary node_modules, updated some of the logic from pull request for docExpansion, onComplete and onFailure param support (Ayush Gupta)
+
+ * upgraded handlebars and removed the need for local copy of handlebars. (Ayush Gupta)
+
+ * code to display resources in default/list/expended style. style can be passed as a option while creating swagerUi object. In future I would like to achieve this by passing options to templates and have a template helper method manipulate dom and apply correct classes.This approach will improve the performance as we need not go over the entire dom and call Doc.collapseOperationsForResource or Doc.expandOperationsForResource on each matched element (Arjun Balla)
+
+ * code to pass doneSuccess and doneFailure callback functions. doneSuccess is invoked after successful rendering of swagger-ui and doneFailure is invoke if there is failure in rendering swagger-ui (Arjun Balla)
+
+ * added .project to gitignore (unknown)
+
+ * Problem sending parameters via POST (Артём Курапов)
+
+ * swagger-ui handlebar templates are compatible only with 1.0.5beta version (arjunballa)
+
+
+2012-10-09, Version 1.1.1
+=========================
+
+ * closed #68 (Ayush Gupta)
+
+ * Update README.md (Ayush Gupta)
+
+ * setting content type to JSON for http PATCH (Arul)
+
+ * added styling for patch (Ayush Gupta)
+
+ * reformatted css for readability (Ayush Gupta)
+
+ * Custom Header Parameters - (For Basic auth etc). Closes #53. Thanks @rintcius! (Ayush Gupta)
+
+ * refer to jquery-1.8.0.min.js because jquery-1.8.0.js is not available in lib (also added .idea to .gitignore) (Rintcius Blok)
+
+ * closes #45 (Ayush Gupta)
+
+ * closes #46 (Ayush Gupta)
+
+ * Updated readme with a section on SwaggerUi and its instantiation (Ayush Gupta)
+
+ * closes #38 closes #37 (Ayush Gupta)
+
+ * load logo_small.png and throbber.gif from images/ directory (Thomas Taschauer)
+
+ * Fixing typo (Stephen McKamey)
+
+ * removed dist folder (Tony Tam)
+
+ * updated to point to downloads (Tony Tam)
+
+ * allow html in summary, notes and description (Rintcius Blok)
+
+ * fix build (Rintcius Blok)
+
+ * re-enabled notes (Tony Tam)
+
+ * updated readme with info on supportHeaderParams (Ayush Gupta)
+
+ * updated readme, escaping underscore (Ayush Gupta)
+
+ * Support for changing api_key parameter name. Closes #36 (Ayush Gupta)
+
+ * added sublime project file (Ayush Gupta)
+
+ * Calling Backbone.history.start later (Ayush Gupta)
+
+ * updated readme (Ayush Gupta)
+
+ * support for non GET methods. Closes #15 (Ayush Gupta)
+
+ * closes #34 (Ayush Gupta)
+
+ * proper encoding of query params (Ayush Gupta)
+
+ * Calling load after instantiation of SwaggerUI (Ayush Gupta)
+
+ * closes #32 (Ayush Gupta)
+
+ * added pre-built distro (Tony Tam)
+
+ * updated key (Tony Tam)
+
+ * updated to v2 (Tony Tam)
+
+
+2012-06-21, Version 1.0.1
+=========================
+
+ * added ignore of baseUrl if not defined or valid (Tony Tam)
+
+ * Corrected bug where top level (only one initial '/') api paths get no name. (Aaron McCall)
+
+ * Rebuilt using 'middleman build' (Hiram Chirino)
+
+ * Simplify how the name of the resource is constructed so that it can handle resources nested multiple directory levels in. (Hiram Chirino)
+
+ * Support a relative url path to the service. (Hiram Chirino)
+
+ * Make swagger-ui compatible with non-GET requests (Albert Casademont)
+
+ * Added development instructions to the README (zeke)
+
+ * using basePath from the apis (Ayush Gupta)
+
+ * using different basePath variants to get API Listing (Ayush Gupta)
+
+ * Infer root resource name from baseUrl. (zeke)
+
+ * Updated sample discovery URL. (zeke)
+
+ * new build (zeke)
+
+ * Support resource and discovery URLs with or without .json extension (zeke)
+
+ * small templating change (zeke)
+
+ * Removed empty CSS rule (zeke)
+
+ * Fixed conflicts (bpinkney)
+
+ * updated urls (Tony Tam)
+
+ * Updated UI to handle object structure for list allowed values (rpidikiti)
+
+
+2011-10-11, Version 1.0
+=======================
+
+ * First release!
diff --git a/LICENSE b/LICENSE
index 542991f9550..12aeb3e4756 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,8 +1,14 @@
-Copyright 2015 SmartBear Software
+Copyright (c) IBM Corp. 2011,2016. All Rights Reserved.
+Node module: strong-swagger-ui
+
+--------
+Copyright 2011,2016 IBM Corp.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
-You may obtain a copy of the License at [apache.org/licenses/LICENSE-2.0](http://www.apache.org/licenses/LICENSE-2.0)
+You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
diff --git a/NOTICE b/NOTICE
new file mode 100644
index 00000000000..5289edac71d
--- /dev/null
+++ b/NOTICE
@@ -0,0 +1,14 @@
+This package includes software under the terms of the Apache License 2.0,
+developed at https://github.com/swagger-api/swagger-ui
+
+Copyright 2015 SmartBear Software
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at [apache.org/licenses/LICENSE-2.0](http://www.apache.org/licenses/LICENSE-2.0)
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
diff --git a/README.md b/README.md
index 2e56cd60546..76ccf6ffa2b 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,13 @@
# Swagger UI
-[](https://travis-ci.org/swagger-api/swagger-ui)
+This repository contains a friendly fork
+of [swagger-ui](https://github.com/swagger-api/swagger-ui) v2.1.x with
+additional enhancements. Our goal is to eventually contribute these
+improvements to the upstream repository.
+
+[](https://travis-ci.org/strongloop/strong-swagger-ui)
+
+## What's Swagger UI?
Swagger UI is part of the Swagger project. The Swagger project allows you to produce, visualize and consume your OWN RESTful services. No proxy or 3rd party services required. Do it your own way.
@@ -16,19 +23,18 @@ Check out [Swagger-Spec](https://github.com/swagger-api/swagger-spec) for additi
## Compatibility
-The Swagger Specification has undergone 4 revisions since initial creation in 2010. Compatibility between swagger-ui and the Swagger specification is as follows:
+The Swagger Specification has undergone 4 revisions since initial creation in 2010.
+Compatibility between strong-swagger-ui and the Swagger specification is as follows:
-Swagger UI Version | Release Date | Swagger Spec compatibility | Notes | Status
------------------- | ------------ | -------------------------- | ----- | ------
-2.1.1 | 2015-07-23 | 1.1, 1.2, 2.0 | [tag v.2.1.1](https://github.com/swagger-api/swagger-ui/tree/v2.1.1) |
-2.0.24 | 2014-09-12 | 1.1, 1.2 | [tag v2.0.24](https://github.com/swagger-api/swagger-ui/tree/v2.0.24) |
-1.0.13 | 2013-03-08 | 1.1, 1.2 | [tag v1.0.13](https://github.com/swagger-api/swagger-ui/tree/v1.0.13) |
-1.0.1 | 2011-10-11 | 1.0, 1.1 | [tag v1.0.1](https://github.com/swagger-api/swagger-ui/tree/v1.0.1) |
+strong-swagger-ui Version | Based on swagger-ui version | Swagger Spec compatibility | Git branch
+------------------------ | --------------------------- | -------------------------- | -----
+21.x.y | 2.1.x | 1.1, 1.2, 2.0 | [master](https://github.com/strongloop/strong-swagger-ui) |
+20.x.y | 2.0.x | 1.1, 1.2 | [v20.x](https://github.com/strongloop/strong-swagger-ui/tree/v20.x) |
## How to Use It
### Download
-You can use the swagger-ui code AS-IS! No need to build or recompile--just clone this repo and use the pre-built files in the `dist` folder. If you like swagger-ui as-is, stop here.
+You can use the swagger-ui code AS-IS! No need to build or recompile--just `npm install strong-swagger-ui` and use the pre-built files in the `dist` folder. If you like swagger-ui as-is, stop here.
##### Browser support
Swagger UI works in all evergreen desktop browsers (Chrome, Safari, Firefox). Internet Explorer support is version 8 (IE8) and above.
diff --git a/bower.json b/bower.json
deleted file mode 100644
index a8c047b8bf5..00000000000
--- a/bower.json
+++ /dev/null
@@ -1,25 +0,0 @@
-{
- "name": "swagger-ui",
- "main": "dist/index.html",
- "authors": [
- "Mohsen Azimi "
- ],
- "description": "Swagger UI",
- "moduleType": [
- "globals"
- ],
- "keywords": [
- "Swagger",
- "API"
- ],
- "license": "Copyright 2015 SmartBear Software",
- "homepage": "http://swagger.io",
- "private": true,
- "ignore": [
- "**/.*",
- "node_modules",
- "bower_components",
- "test",
- "tests"
- ]
-}
diff --git a/dist/css/print.css b/dist/css/print.css
deleted file mode 100644
index cd3aa8b6a4a..00000000000
--- a/dist/css/print.css
+++ /dev/null
@@ -1,1172 +0,0 @@
-/* Original style from softwaremaniacs.org (c) Ivan Sagalaev */
-.swagger-section pre code {
- display: block;
- padding: 0.5em;
- background: #F0F0F0;
-}
-.swagger-section pre code,
-.swagger-section pre .subst,
-.swagger-section pre .tag .title,
-.swagger-section pre .lisp .title,
-.swagger-section pre .clojure .built_in,
-.swagger-section pre .nginx .title {
- color: black;
-}
-.swagger-section pre .string,
-.swagger-section pre .title,
-.swagger-section pre .constant,
-.swagger-section pre .parent,
-.swagger-section pre .tag .value,
-.swagger-section pre .rules .value,
-.swagger-section pre .rules .value .number,
-.swagger-section pre .preprocessor,
-.swagger-section pre .ruby .symbol,
-.swagger-section pre .ruby .symbol .string,
-.swagger-section pre .aggregate,
-.swagger-section pre .template_tag,
-.swagger-section pre .django .variable,
-.swagger-section pre .smalltalk .class,
-.swagger-section pre .addition,
-.swagger-section pre .flow,
-.swagger-section pre .stream,
-.swagger-section pre .bash .variable,
-.swagger-section pre .apache .tag,
-.swagger-section pre .apache .cbracket,
-.swagger-section pre .tex .command,
-.swagger-section pre .tex .special,
-.swagger-section pre .erlang_repl .function_or_atom,
-.swagger-section pre .markdown .header {
- color: #800;
-}
-.swagger-section pre .comment,
-.swagger-section pre .annotation,
-.swagger-section pre .template_comment,
-.swagger-section pre .diff .header,
-.swagger-section pre .chunk,
-.swagger-section pre .markdown .blockquote {
- color: #888;
-}
-.swagger-section pre .number,
-.swagger-section pre .date,
-.swagger-section pre .regexp,
-.swagger-section pre .literal,
-.swagger-section pre .smalltalk .symbol,
-.swagger-section pre .smalltalk .char,
-.swagger-section pre .go .constant,
-.swagger-section pre .change,
-.swagger-section pre .markdown .bullet,
-.swagger-section pre .markdown .link_url {
- color: #080;
-}
-.swagger-section pre .label,
-.swagger-section pre .javadoc,
-.swagger-section pre .ruby .string,
-.swagger-section pre .decorator,
-.swagger-section pre .filter .argument,
-.swagger-section pre .localvars,
-.swagger-section pre .array,
-.swagger-section pre .attr_selector,
-.swagger-section pre .important,
-.swagger-section pre .pseudo,
-.swagger-section pre .pi,
-.swagger-section pre .doctype,
-.swagger-section pre .deletion,
-.swagger-section pre .envvar,
-.swagger-section pre .shebang,
-.swagger-section pre .apache .sqbracket,
-.swagger-section pre .nginx .built_in,
-.swagger-section pre .tex .formula,
-.swagger-section pre .erlang_repl .reserved,
-.swagger-section pre .prompt,
-.swagger-section pre .markdown .link_label,
-.swagger-section pre .vhdl .attribute,
-.swagger-section pre .clojure .attribute,
-.swagger-section pre .coffeescript .property {
- color: #8888ff;
-}
-.swagger-section pre .keyword,
-.swagger-section pre .id,
-.swagger-section pre .phpdoc,
-.swagger-section pre .title,
-.swagger-section pre .built_in,
-.swagger-section pre .aggregate,
-.swagger-section pre .css .tag,
-.swagger-section pre .javadoctag,
-.swagger-section pre .phpdoc,
-.swagger-section pre .yardoctag,
-.swagger-section pre .smalltalk .class,
-.swagger-section pre .winutils,
-.swagger-section pre .bash .variable,
-.swagger-section pre .apache .tag,
-.swagger-section pre .go .typename,
-.swagger-section pre .tex .command,
-.swagger-section pre .markdown .strong,
-.swagger-section pre .request,
-.swagger-section pre .status {
- font-weight: bold;
-}
-.swagger-section pre .markdown .emphasis {
- font-style: italic;
-}
-.swagger-section pre .nginx .built_in {
- font-weight: normal;
-}
-.swagger-section pre .coffeescript .javascript,
-.swagger-section pre .javascript .xml,
-.swagger-section pre .tex .formula,
-.swagger-section pre .xml .javascript,
-.swagger-section pre .xml .vbscript,
-.swagger-section pre .xml .css,
-.swagger-section pre .xml .cdata {
- opacity: 0.5;
-}
-.swagger-section .swagger-ui-wrap {
- line-height: 1;
- font-family: "Droid Sans", sans-serif;
- max-width: 960px;
- margin-left: auto;
- margin-right: auto;
-}
-.swagger-section .swagger-ui-wrap b,
-.swagger-section .swagger-ui-wrap strong {
- font-family: "Droid Sans", sans-serif;
- font-weight: bold;
-}
-.swagger-section .swagger-ui-wrap q,
-.swagger-section .swagger-ui-wrap blockquote {
- quotes: none;
-}
-.swagger-section .swagger-ui-wrap p {
- line-height: 1.4em;
- padding: 0 0 10px;
- color: #333333;
-}
-.swagger-section .swagger-ui-wrap q:before,
-.swagger-section .swagger-ui-wrap q:after,
-.swagger-section .swagger-ui-wrap blockquote:before,
-.swagger-section .swagger-ui-wrap blockquote:after {
- content: none;
-}
-.swagger-section .swagger-ui-wrap .heading_with_menu h1,
-.swagger-section .swagger-ui-wrap .heading_with_menu h2,
-.swagger-section .swagger-ui-wrap .heading_with_menu h3,
-.swagger-section .swagger-ui-wrap .heading_with_menu h4,
-.swagger-section .swagger-ui-wrap .heading_with_menu h5,
-.swagger-section .swagger-ui-wrap .heading_with_menu h6 {
- display: block;
- clear: none;
- float: left;
- -moz-box-sizing: border-box;
- -webkit-box-sizing: border-box;
- -ms-box-sizing: border-box;
- box-sizing: border-box;
- width: 60%;
-}
-.swagger-section .swagger-ui-wrap table {
- border-collapse: collapse;
- border-spacing: 0;
-}
-.swagger-section .swagger-ui-wrap table thead tr th {
- padding: 5px;
- font-size: 0.9em;
- color: #666666;
- border-bottom: 1px solid #999999;
-}
-.swagger-section .swagger-ui-wrap table tbody tr:last-child td {
- border-bottom: none;
-}
-.swagger-section .swagger-ui-wrap table tbody tr.offset {
- background-color: #f0f0f0;
-}
-.swagger-section .swagger-ui-wrap table tbody tr td {
- padding: 6px;
- font-size: 0.9em;
- border-bottom: 1px solid #cccccc;
- vertical-align: top;
- line-height: 1.3em;
-}
-.swagger-section .swagger-ui-wrap ol {
- margin: 0px 0 10px;
- padding: 0 0 0 18px;
- list-style-type: decimal;
-}
-.swagger-section .swagger-ui-wrap ol li {
- padding: 5px 0px;
- font-size: 0.9em;
- color: #333333;
-}
-.swagger-section .swagger-ui-wrap ol,
-.swagger-section .swagger-ui-wrap ul {
- list-style: none;
-}
-.swagger-section .swagger-ui-wrap h1 a,
-.swagger-section .swagger-ui-wrap h2 a,
-.swagger-section .swagger-ui-wrap h3 a,
-.swagger-section .swagger-ui-wrap h4 a,
-.swagger-section .swagger-ui-wrap h5 a,
-.swagger-section .swagger-ui-wrap h6 a {
- text-decoration: none;
-}
-.swagger-section .swagger-ui-wrap h1 a:hover,
-.swagger-section .swagger-ui-wrap h2 a:hover,
-.swagger-section .swagger-ui-wrap h3 a:hover,
-.swagger-section .swagger-ui-wrap h4 a:hover,
-.swagger-section .swagger-ui-wrap h5 a:hover,
-.swagger-section .swagger-ui-wrap h6 a:hover {
- text-decoration: underline;
-}
-.swagger-section .swagger-ui-wrap h1 span.divider,
-.swagger-section .swagger-ui-wrap h2 span.divider,
-.swagger-section .swagger-ui-wrap h3 span.divider,
-.swagger-section .swagger-ui-wrap h4 span.divider,
-.swagger-section .swagger-ui-wrap h5 span.divider,
-.swagger-section .swagger-ui-wrap h6 span.divider {
- color: #aaaaaa;
-}
-.swagger-section .swagger-ui-wrap a {
- color: #547f00;
-}
-.swagger-section .swagger-ui-wrap a img {
- border: none;
-}
-.swagger-section .swagger-ui-wrap article,
-.swagger-section .swagger-ui-wrap aside,
-.swagger-section .swagger-ui-wrap details,
-.swagger-section .swagger-ui-wrap figcaption,
-.swagger-section .swagger-ui-wrap figure,
-.swagger-section .swagger-ui-wrap footer,
-.swagger-section .swagger-ui-wrap header,
-.swagger-section .swagger-ui-wrap hgroup,
-.swagger-section .swagger-ui-wrap menu,
-.swagger-section .swagger-ui-wrap nav,
-.swagger-section .swagger-ui-wrap section,
-.swagger-section .swagger-ui-wrap summary {
- display: block;
-}
-.swagger-section .swagger-ui-wrap pre {
- font-family: "Anonymous Pro", "Menlo", "Consolas", "Bitstream Vera Sans Mono", "Courier New", monospace;
- background-color: #fcf6db;
- border: 1px solid #e5e0c6;
- padding: 10px;
-}
-.swagger-section .swagger-ui-wrap pre code {
- line-height: 1.6em;
- background: none;
-}
-.swagger-section .swagger-ui-wrap .content > .content-type > div > label {
- clear: both;
- display: block;
- color: #0F6AB4;
- font-size: 1.1em;
- margin: 0;
- padding: 15px 0 5px;
-}
-.swagger-section .swagger-ui-wrap .content pre {
- font-size: 12px;
- margin-top: 5px;
- padding: 5px;
-}
-.swagger-section .swagger-ui-wrap .icon-btn {
- cursor: pointer;
-}
-.swagger-section .swagger-ui-wrap .info_title {
- padding-bottom: 10px;
- font-weight: bold;
- font-size: 25px;
-}
-.swagger-section .swagger-ui-wrap .footer {
- margin-top: 20px;
-}
-.swagger-section .swagger-ui-wrap p.big,
-.swagger-section .swagger-ui-wrap div.big p {
- font-size: 1em;
- margin-bottom: 10px;
-}
-.swagger-section .swagger-ui-wrap form.fullwidth ol li.string input,
-.swagger-section .swagger-ui-wrap form.fullwidth ol li.url input,
-.swagger-section .swagger-ui-wrap form.fullwidth ol li.text textarea,
-.swagger-section .swagger-ui-wrap form.fullwidth ol li.numeric input {
- width: 500px !important;
-}
-.swagger-section .swagger-ui-wrap .info_license {
- padding-bottom: 5px;
-}
-.swagger-section .swagger-ui-wrap .info_tos {
- padding-bottom: 5px;
-}
-.swagger-section .swagger-ui-wrap .message-fail {
- color: #cc0000;
-}
-.swagger-section .swagger-ui-wrap .info_url {
- padding-bottom: 5px;
-}
-.swagger-section .swagger-ui-wrap .info_email {
- padding-bottom: 5px;
-}
-.swagger-section .swagger-ui-wrap .info_name {
- padding-bottom: 5px;
-}
-.swagger-section .swagger-ui-wrap .info_description {
- padding-bottom: 10px;
- font-size: 15px;
-}
-.swagger-section .swagger-ui-wrap .markdown ol li,
-.swagger-section .swagger-ui-wrap .markdown ul li {
- padding: 3px 0px;
- line-height: 1.4em;
- color: #333333;
-}
-.swagger-section .swagger-ui-wrap form.formtastic fieldset.inputs ol li.string input,
-.swagger-section .swagger-ui-wrap form.formtastic fieldset.inputs ol li.url input,
-.swagger-section .swagger-ui-wrap form.formtastic fieldset.inputs ol li.numeric input {
- display: block;
- padding: 4px;
- width: auto;
- clear: both;
-}
-.swagger-section .swagger-ui-wrap form.formtastic fieldset.inputs ol li.string input.title,
-.swagger-section .swagger-ui-wrap form.formtastic fieldset.inputs ol li.url input.title,
-.swagger-section .swagger-ui-wrap form.formtastic fieldset.inputs ol li.numeric input.title {
- font-size: 1.3em;
-}
-.swagger-section .swagger-ui-wrap table.fullwidth {
- width: 100%;
-}
-.swagger-section .swagger-ui-wrap .model-signature {
- font-family: "Droid Sans", sans-serif;
- font-size: 1em;
- line-height: 1.5em;
-}
-.swagger-section .swagger-ui-wrap .model-signature .signature-nav a {
- text-decoration: none;
- color: #AAA;
-}
-.swagger-section .swagger-ui-wrap .model-signature .signature-nav a:hover {
- text-decoration: underline;
- color: black;
-}
-.swagger-section .swagger-ui-wrap .model-signature .signature-nav .selected {
- color: black;
- text-decoration: none;
-}
-.swagger-section .swagger-ui-wrap .model-signature .propType {
- color: #5555aa;
-}
-.swagger-section .swagger-ui-wrap .model-signature pre:hover {
- background-color: #ffffdd;
-}
-.swagger-section .swagger-ui-wrap .model-signature pre {
- font-size: .85em;
- line-height: 1.2em;
- overflow: auto;
- max-height: 200px;
- cursor: pointer;
-}
-.swagger-section .swagger-ui-wrap .model-signature ul.signature-nav {
- display: block;
- margin: 0;
- padding: 0;
-}
-.swagger-section .swagger-ui-wrap .model-signature ul.signature-nav li:last-child {
- padding-right: 0;
- border-right: none;
-}
-.swagger-section .swagger-ui-wrap .model-signature ul.signature-nav li {
- float: left;
- margin: 0 5px 5px 0;
- padding: 2px 5px 2px 0;
- border-right: 1px solid #ddd;
-}
-.swagger-section .swagger-ui-wrap .model-signature .propOpt {
- color: #555;
-}
-.swagger-section .swagger-ui-wrap .model-signature .snippet small {
- font-size: 0.75em;
-}
-.swagger-section .swagger-ui-wrap .model-signature .propOptKey {
- font-style: italic;
-}
-.swagger-section .swagger-ui-wrap .model-signature .description .strong {
- font-weight: bold;
- color: #000;
- font-size: .9em;
-}
-.swagger-section .swagger-ui-wrap .model-signature .description div {
- font-size: 0.9em;
- line-height: 1.5em;
- margin-left: 1em;
-}
-.swagger-section .swagger-ui-wrap .model-signature .description .stronger {
- font-weight: bold;
- color: #000;
-}
-.swagger-section .swagger-ui-wrap .model-signature .description .propWrap .optionsWrapper {
- border-spacing: 0;
- position: absolute;
- background-color: #ffffff;
- border: 1px solid #bbbbbb;
- display: none;
- font-size: 11px;
- max-width: 400px;
- line-height: 30px;
- color: black;
- padding: 5px;
- margin-left: 10px;
-}
-.swagger-section .swagger-ui-wrap .model-signature .description .propWrap .optionsWrapper th {
- text-align: center;
- background-color: #eeeeee;
- border: 1px solid #bbbbbb;
- font-size: 11px;
- color: #666666;
- font-weight: bold;
- padding: 5px;
- line-height: 15px;
-}
-.swagger-section .swagger-ui-wrap .model-signature .description .propWrap .optionsWrapper .optionName {
- font-weight: bold;
-}
-.swagger-section .swagger-ui-wrap .model-signature .description .propDesc.markdown > p:first-child,
-.swagger-section .swagger-ui-wrap .model-signature .description .propDesc.markdown > p:last-child {
- display: inline;
-}
-.swagger-section .swagger-ui-wrap .model-signature .description .propDesc.markdown > p:not(:first-child):before {
- display: block;
- content: '';
-}
-.swagger-section .swagger-ui-wrap .model-signature .description span:last-of-type.propDesc.markdown > p:only-child {
- margin-right: -3px;
-}
-.swagger-section .swagger-ui-wrap .model-signature .propName {
- font-weight: bold;
-}
-.swagger-section .swagger-ui-wrap .model-signature .signature-container {
- clear: both;
-}
-.swagger-section .swagger-ui-wrap .body-textarea {
- width: 300px;
- height: 100px;
- border: 1px solid #aaa;
-}
-.swagger-section .swagger-ui-wrap .markdown p code,
-.swagger-section .swagger-ui-wrap .markdown li code {
- font-family: "Anonymous Pro", "Menlo", "Consolas", "Bitstream Vera Sans Mono", "Courier New", monospace;
- background-color: #f0f0f0;
- color: black;
- padding: 1px 3px;
-}
-.swagger-section .swagger-ui-wrap .required {
- font-weight: bold;
-}
-.swagger-section .swagger-ui-wrap input.parameter {
- width: 300px;
- border: 1px solid #aaa;
-}
-.swagger-section .swagger-ui-wrap h1 {
- color: black;
- font-size: 1.5em;
- line-height: 1.3em;
- padding: 10px 0 10px 0;
- font-family: "Droid Sans", sans-serif;
- font-weight: bold;
-}
-.swagger-section .swagger-ui-wrap .heading_with_menu {
- float: none;
- clear: both;
- overflow: hidden;
- display: block;
-}
-.swagger-section .swagger-ui-wrap .heading_with_menu ul {
- display: block;
- clear: none;
- float: right;
- -moz-box-sizing: border-box;
- -webkit-box-sizing: border-box;
- -ms-box-sizing: border-box;
- box-sizing: border-box;
- margin-top: 10px;
-}
-.swagger-section .swagger-ui-wrap h2 {
- color: black;
- font-size: 1.3em;
- padding: 10px 0 10px 0;
-}
-.swagger-section .swagger-ui-wrap h2 a {
- color: black;
-}
-.swagger-section .swagger-ui-wrap h2 span.sub {
- font-size: 0.7em;
- color: #999999;
- font-style: italic;
-}
-.swagger-section .swagger-ui-wrap h2 span.sub a {
- color: #777777;
-}
-.swagger-section .swagger-ui-wrap span.weak {
- color: #666666;
-}
-.swagger-section .swagger-ui-wrap .message-success {
- color: #89BF04;
-}
-.swagger-section .swagger-ui-wrap caption,
-.swagger-section .swagger-ui-wrap th,
-.swagger-section .swagger-ui-wrap td {
- text-align: left;
- font-weight: normal;
- vertical-align: middle;
-}
-.swagger-section .swagger-ui-wrap .code {
- font-family: "Anonymous Pro", "Menlo", "Consolas", "Bitstream Vera Sans Mono", "Courier New", monospace;
-}
-.swagger-section .swagger-ui-wrap form.formtastic fieldset.inputs ol li.text textarea {
- font-family: "Droid Sans", sans-serif;
- height: 250px;
- padding: 4px;
- display: block;
- clear: both;
-}
-.swagger-section .swagger-ui-wrap form.formtastic fieldset.inputs ol li.select select {
- display: block;
- clear: both;
-}
-.swagger-section .swagger-ui-wrap form.formtastic fieldset.inputs ol li.boolean {
- float: none;
- clear: both;
- overflow: hidden;
- display: block;
-}
-.swagger-section .swagger-ui-wrap form.formtastic fieldset.inputs ol li.boolean label {
- display: block;
- float: left;
- clear: none;
- margin: 0;
- padding: 0;
-}
-.swagger-section .swagger-ui-wrap form.formtastic fieldset.inputs ol li.boolean input {
- display: block;
- float: left;
- clear: none;
- margin: 0 5px 0 0;
-}
-.swagger-section .swagger-ui-wrap form.formtastic fieldset.inputs ol li.required label {
- color: black;
-}
-.swagger-section .swagger-ui-wrap form.formtastic fieldset.inputs ol li label {
- display: block;
- clear: both;
- width: auto;
- padding: 0 0 3px;
- color: #666666;
-}
-.swagger-section .swagger-ui-wrap form.formtastic fieldset.inputs ol li label abbr {
- padding-left: 3px;
- color: #888888;
-}
-.swagger-section .swagger-ui-wrap form.formtastic fieldset.inputs ol li p.inline-hints {
- margin-left: 0;
- font-style: italic;
- font-size: 0.9em;
- margin: 0;
-}
-.swagger-section .swagger-ui-wrap form.formtastic fieldset.buttons {
- margin: 0;
- padding: 0;
-}
-.swagger-section .swagger-ui-wrap span.blank,
-.swagger-section .swagger-ui-wrap span.empty {
- color: #888888;
- font-style: italic;
-}
-.swagger-section .swagger-ui-wrap .markdown h3 {
- color: #547f00;
-}
-.swagger-section .swagger-ui-wrap .markdown h4 {
- color: #666666;
-}
-.swagger-section .swagger-ui-wrap .markdown pre {
- font-family: "Anonymous Pro", "Menlo", "Consolas", "Bitstream Vera Sans Mono", "Courier New", monospace;
- background-color: #fcf6db;
- border: 1px solid #e5e0c6;
- padding: 10px;
- margin: 0 0 10px 0;
-}
-.swagger-section .swagger-ui-wrap .markdown pre code {
- line-height: 1.6em;
-}
-.swagger-section .swagger-ui-wrap div.gist {
- margin: 20px 0 25px 0 !important;
-}
-.swagger-section .swagger-ui-wrap ul#resources {
- font-family: "Droid Sans", sans-serif;
- font-size: 0.9em;
-}
-.swagger-section .swagger-ui-wrap ul#resources li.resource {
- border-bottom: 1px solid #dddddd;
-}
-.swagger-section .swagger-ui-wrap ul#resources li.resource:hover div.heading h2 a,
-.swagger-section .swagger-ui-wrap ul#resources li.resource.active div.heading h2 a {
- color: black;
-}
-.swagger-section .swagger-ui-wrap ul#resources li.resource:hover div.heading ul.options li a,
-.swagger-section .swagger-ui-wrap ul#resources li.resource.active div.heading ul.options li a {
- color: #555555;
-}
-.swagger-section .swagger-ui-wrap ul#resources li.resource:last-child {
- border-bottom: none;
-}
-.swagger-section .swagger-ui-wrap ul#resources li.resource div.heading {
- border: 1px solid transparent;
- float: none;
- clear: both;
- overflow: hidden;
- display: block;
-}
-.swagger-section .swagger-ui-wrap ul#resources li.resource div.heading ul.options {
- overflow: hidden;
- padding: 0;
- display: block;
- clear: none;
- float: right;
- margin: 14px 10px 0 0;
-}
-.swagger-section .swagger-ui-wrap ul#resources li.resource div.heading ul.options li {
- float: left;
- clear: none;
- margin: 0;
- padding: 2px 10px;
- border-right: 1px solid #dddddd;
- color: #666666;
- font-size: 0.9em;
-}
-.swagger-section .swagger-ui-wrap ul#resources li.resource div.heading ul.options li a {
- color: #aaaaaa;
- text-decoration: none;
-}
-.swagger-section .swagger-ui-wrap ul#resources li.resource div.heading ul.options li a:hover {
- text-decoration: underline;
- color: black;
-}
-.swagger-section .swagger-ui-wrap ul#resources li.resource div.heading ul.options li a:hover,
-.swagger-section .swagger-ui-wrap ul#resources li.resource div.heading ul.options li a:active,
-.swagger-section .swagger-ui-wrap ul#resources li.resource div.heading ul.options li a.active {
- text-decoration: underline;
-}
-.swagger-section .swagger-ui-wrap ul#resources li.resource div.heading ul.options li:first-child,
-.swagger-section .swagger-ui-wrap ul#resources li.resource div.heading ul.options li.first {
- padding-left: 0;
-}
-.swagger-section .swagger-ui-wrap ul#resources li.resource div.heading ul.options li:last-child,
-.swagger-section .swagger-ui-wrap ul#resources li.resource div.heading ul.options li.last {
- padding-right: 0;
- border-right: none;
-}
-.swagger-section .swagger-ui-wrap ul#resources li.resource div.heading ul.options:first-child,
-.swagger-section .swagger-ui-wrap ul#resources li.resource div.heading ul.options.first {
- padding-left: 0;
-}
-.swagger-section .swagger-ui-wrap ul#resources li.resource div.heading h2 {
- color: #999999;
- padding-left: 0;
- display: block;
- clear: none;
- float: left;
- font-family: "Droid Sans", sans-serif;
- font-weight: bold;
-}
-.swagger-section .swagger-ui-wrap ul#resources li.resource div.heading h2 a {
- color: #999999;
-}
-.swagger-section .swagger-ui-wrap ul#resources li.resource div.heading h2 a:hover {
- color: black;
-}
-.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation {
- float: none;
- clear: both;
- overflow: hidden;
- display: block;
- margin: 0 0 10px;
- padding: 0;
-}
-.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.heading {
- float: none;
- clear: both;
- overflow: hidden;
- display: block;
- margin: 0;
- padding: 0;
-}
-.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.heading h3 {
- display: block;
- clear: none;
- float: left;
- width: auto;
- margin: 0;
- padding: 0;
- line-height: 1.1em;
- color: black;
-}
-.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.heading h3 span.path {
- padding-left: 10px;
-}
-.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.heading h3 span.path a {
- color: black;
- text-decoration: none;
-}
-.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.heading h3 span.path a:hover {
- text-decoration: underline;
-}
-.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.heading h3 span.http_method a {
- text-transform: uppercase;
- text-decoration: none;
- color: white;
- display: inline-block;
- width: 50px;
- font-size: 0.7em;
- text-align: center;
- padding: 7px 0 4px;
- -moz-border-radius: 2px;
- -webkit-border-radius: 2px;
- -o-border-radius: 2px;
- -ms-border-radius: 2px;
- -khtml-border-radius: 2px;
- border-radius: 2px;
-}
-.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.heading h3 span {
- margin: 0;
- padding: 0;
-}
-.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.heading ul.options {
- overflow: hidden;
- padding: 0;
- display: block;
- clear: none;
- float: right;
- margin: 6px 10px 0 0;
-}
-.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.heading ul.options li {
- float: left;
- clear: none;
- margin: 0;
- padding: 2px 10px;
- font-size: 0.9em;
-}
-.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.heading ul.options li a {
- text-decoration: none;
-}
-.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.heading ul.options li.access {
- color: black;
-}
-.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.content {
- border-top: none;
- padding: 10px;
- -moz-border-radius-bottomleft: 6px;
- -webkit-border-bottom-left-radius: 6px;
- -o-border-bottom-left-radius: 6px;
- -ms-border-bottom-left-radius: 6px;
- -khtml-border-bottom-left-radius: 6px;
- border-bottom-left-radius: 6px;
- -moz-border-radius-bottomright: 6px;
- -webkit-border-bottom-right-radius: 6px;
- -o-border-bottom-right-radius: 6px;
- -ms-border-bottom-right-radius: 6px;
- -khtml-border-bottom-right-radius: 6px;
- border-bottom-right-radius: 6px;
- margin: 0 0 20px;
-}
-.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.content h4 {
- font-size: 1.1em;
- margin: 0;
- padding: 15px 0 5px;
-}
-.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.content div.sandbox_header {
- float: none;
- clear: both;
- overflow: hidden;
- display: block;
-}
-.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.content div.sandbox_header a {
- padding: 4px 0 0 10px;
- display: inline-block;
- font-size: 0.9em;
-}
-.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.content div.sandbox_header input.submit {
- display: block;
- clear: none;
- float: left;
- padding: 6px 8px;
-}
-.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.content div.sandbox_header span.response_throbber {
- background-image: url('../images/throbber.gif');
- width: 128px;
- height: 16px;
- display: block;
- clear: none;
- float: right;
-}
-.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.content form input[type='text'].error {
- outline: 2px solid black;
- outline-color: #cc0000;
-}
-.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.content div.response div.block pre {
- font-family: "Anonymous Pro", "Menlo", "Consolas", "Bitstream Vera Sans Mono", "Courier New", monospace;
- padding: 10px;
- font-size: 0.9em;
- max-height: 400px;
- overflow-y: auto;
-}
-.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.put div.heading {
- background-color: #f9f2e9;
- border: 1px solid #f0e0ca;
-}
-.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.put div.heading h3 span.http_method a {
- background-color: #c5862b;
-}
-.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.put div.heading ul.options li {
- border-right: 1px solid #dddddd;
- border-right-color: #f0e0ca;
- color: #c5862b;
-}
-.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.put div.heading ul.options li a {
- color: #c5862b;
-}
-.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.put div.content {
- background-color: #faf5ee;
- border: 1px solid #f0e0ca;
-}
-.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.put div.content h4 {
- color: #c5862b;
-}
-.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.put div.content div.sandbox_header a {
- color: #dcb67f;
-}
-.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.head div.heading {
- background-color: #fcffcd;
- border: 1px solid black;
- border-color: #ffd20f;
-}
-.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.head div.heading h3 span.http_method a {
- text-transform: uppercase;
- background-color: #ffd20f;
-}
-.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.head div.heading ul.options li {
- border-right: 1px solid #dddddd;
- border-right-color: #ffd20f;
- color: #ffd20f;
-}
-.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.head div.heading ul.options li a {
- color: #ffd20f;
-}
-.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.head div.content {
- background-color: #fcffcd;
- border: 1px solid black;
- border-color: #ffd20f;
-}
-.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.head div.content h4 {
- color: #ffd20f;
-}
-.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.head div.content div.sandbox_header a {
- color: #6fc992;
-}
-.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.delete div.heading {
- background-color: #f5e8e8;
- border: 1px solid #e8c6c7;
-}
-.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.delete div.heading h3 span.http_method a {
- text-transform: uppercase;
- background-color: #a41e22;
-}
-.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.delete div.heading ul.options li {
- border-right: 1px solid #dddddd;
- border-right-color: #e8c6c7;
- color: #a41e22;
-}
-.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.delete div.heading ul.options li a {
- color: #a41e22;
-}
-.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.delete div.content {
- background-color: #f7eded;
- border: 1px solid #e8c6c7;
-}
-.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.delete div.content h4 {
- color: #a41e22;
-}
-.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.delete div.content div.sandbox_header a {
- color: #c8787a;
-}
-.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.post div.heading {
- background-color: #e7f6ec;
- border: 1px solid #c3e8d1;
-}
-.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.post div.heading h3 span.http_method a {
- background-color: #10a54a;
-}
-.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.post div.heading ul.options li {
- border-right: 1px solid #dddddd;
- border-right-color: #c3e8d1;
- color: #10a54a;
-}
-.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.post div.heading ul.options li a {
- color: #10a54a;
-}
-.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.post div.content {
- background-color: #ebf7f0;
- border: 1px solid #c3e8d1;
-}
-.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.post div.content h4 {
- color: #10a54a;
-}
-.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.post div.content div.sandbox_header a {
- color: #6fc992;
-}
-.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.patch div.heading {
- background-color: #FCE9E3;
- border: 1px solid #F5D5C3;
-}
-.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.patch div.heading h3 span.http_method a {
- background-color: #D38042;
-}
-.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.patch div.heading ul.options li {
- border-right: 1px solid #dddddd;
- border-right-color: #f0cecb;
- color: #D38042;
-}
-.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.patch div.heading ul.options li a {
- color: #D38042;
-}
-.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.patch div.content {
- background-color: #faf0ef;
- border: 1px solid #f0cecb;
-}
-.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.patch div.content h4 {
- color: #D38042;
-}
-.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.patch div.content div.sandbox_header a {
- color: #dcb67f;
-}
-.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.get div.heading {
- background-color: #e7f0f7;
- border: 1px solid #c3d9ec;
-}
-.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.get div.heading h3 span.http_method a {
- background-color: #0f6ab4;
-}
-.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.get div.heading ul.options li {
- border-right: 1px solid #dddddd;
- border-right-color: #c3d9ec;
- color: #0f6ab4;
-}
-.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.get div.heading ul.options li a {
- color: #0f6ab4;
-}
-.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.get div.content {
- background-color: #ebf3f9;
- border: 1px solid #c3d9ec;
-}
-.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.get div.content h4 {
- color: #0f6ab4;
-}
-.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.get div.content div.sandbox_header a {
- color: #6fa5d2;
-}
-.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.options div.heading {
- background-color: #e7f0f7;
- border: 1px solid #c3d9ec;
-}
-.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.options div.heading h3 span.http_method a {
- background-color: #0f6ab4;
-}
-.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.options div.heading ul.options li {
- border-right: 1px solid #dddddd;
- border-right-color: #c3d9ec;
- color: #0f6ab4;
-}
-.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.options div.heading ul.options li a {
- color: #0f6ab4;
-}
-.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.options div.content {
- background-color: #ebf3f9;
- border: 1px solid #c3d9ec;
-}
-.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.options div.content h4 {
- color: #0f6ab4;
-}
-.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.options div.content div.sandbox_header a {
- color: #6fa5d2;
-}
-.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.get div.content,
-.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.post div.content,
-.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.head div.content,
-.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.put div.content,
-.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.patch div.content,
-.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.delete div.content {
- border-top: none;
-}
-.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.get div.heading ul.options li:last-child,
-.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.post div.heading ul.options li:last-child,
-.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.head div.heading ul.options li:last-child,
-.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.put div.heading ul.options li:last-child,
-.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.patch div.heading ul.options li:last-child,
-.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.delete div.heading ul.options li:last-child,
-.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.get div.heading ul.options li.last,
-.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.post div.heading ul.options li.last,
-.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.head div.heading ul.options li.last,
-.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.put div.heading ul.options li.last,
-.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.patch div.heading ul.options li.last,
-.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.delete div.heading ul.options li.last {
- padding-right: 0;
- border-right: none;
-}
-.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations ul.options li a:hover,
-.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations ul.options li a:active,
-.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations ul.options li a.active {
- text-decoration: underline;
-}
-.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations ul.options li:first-child,
-.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations ul.options li.first {
- padding-left: 0;
-}
-.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations:first-child,
-.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations.first {
- padding-left: 0;
-}
-.swagger-section .swagger-ui-wrap p#colophon {
- margin: 0 15px 40px 15px;
- padding: 10px 0;
- font-size: 0.8em;
- border-top: 1px solid #dddddd;
- font-family: "Droid Sans", sans-serif;
- color: #999999;
- font-style: italic;
-}
-.swagger-section .swagger-ui-wrap p#colophon a {
- text-decoration: none;
- color: #547f00;
-}
-.swagger-section .swagger-ui-wrap h3 {
- color: black;
- font-size: 1.1em;
- padding: 10px 0 10px 0;
-}
-.swagger-section .swagger-ui-wrap .markdown ol,
-.swagger-section .swagger-ui-wrap .markdown ul {
- font-family: "Droid Sans", sans-serif;
- margin: 5px 0 10px;
- padding: 0 0 0 18px;
- list-style-type: disc;
-}
-.swagger-section .swagger-ui-wrap form.form_box {
- background-color: #ebf3f9;
- border: 1px solid #c3d9ec;
- padding: 10px;
-}
-.swagger-section .swagger-ui-wrap form.form_box label {
- color: #0f6ab4 !important;
-}
-.swagger-section .swagger-ui-wrap form.form_box input[type=submit] {
- display: block;
- padding: 10px;
-}
-.swagger-section .swagger-ui-wrap form.form_box p.weak {
- font-size: 0.8em;
-}
-.swagger-section .swagger-ui-wrap form.form_box p {
- font-size: 0.9em;
- padding: 0 0 15px;
- color: #7e7b6d;
-}
-.swagger-section .swagger-ui-wrap form.form_box p a {
- color: #646257;
-}
-.swagger-section .swagger-ui-wrap form.form_box p strong {
- color: black;
-}
-.swagger-section .swagger-ui-wrap .operation-status td.markdown > p:last-child {
- padding-bottom: 0;
-}
-.swagger-section .title {
- font-style: bold;
-}
-.swagger-section .secondary_form {
- display: none;
-}
-.swagger-section .main_image {
- display: block;
- margin-left: auto;
- margin-right: auto;
-}
-.swagger-section .oauth_body {
- margin-left: 100px;
- margin-right: 100px;
-}
-.swagger-section .oauth_submit {
- text-align: center;
-}
-.swagger-section .api-popup-dialog {
- z-index: 10000;
- position: absolute;
- width: 500px;
- background: #FFF;
- padding: 20px;
- border: 1px solid #ccc;
- border-radius: 5px;
- display: none;
- font-size: 13px;
- color: #777;
-}
-.swagger-section .api-popup-dialog .api-popup-title {
- font-size: 24px;
- padding: 10px 0;
-}
-.swagger-section .api-popup-dialog .api-popup-title {
- font-size: 24px;
- padding: 10px 0;
-}
-.swagger-section .api-popup-dialog p.error-msg {
- padding-left: 5px;
- padding-bottom: 5px;
-}
-.swagger-section .api-popup-dialog button.api-popup-authbtn {
- height: 30px;
-}
-.swagger-section .api-popup-dialog button.api-popup-cancel {
- height: 30px;
-}
-.swagger-section .api-popup-scopes {
- padding: 10px 20px;
-}
-.swagger-section .api-popup-scopes li {
- padding: 5px 0;
- line-height: 20px;
-}
-.swagger-section .api-popup-scopes .api-scope-desc {
- padding-left: 20px;
- font-style: italic;
-}
-.swagger-section .api-popup-scopes li input {
- position: relative;
- top: 2px;
-}
-.swagger-section .api-popup-actions {
- padding-top: 10px;
-}
-#header {
- display: none;
-}
-.swagger-section .swagger-ui-wrap .model-signature pre {
- max-height: none;
-}
-.swagger-section .swagger-ui-wrap .body-textarea {
- width: 100px;
-}
-.swagger-section .swagger-ui-wrap input.parameter {
- width: 100px;
-}
-.swagger-section .swagger-ui-wrap ul#resources li.resource div.heading ul.options {
- display: none;
-}
-.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints {
- display: block !important;
-}
-.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.content {
- display: block !important;
-}
diff --git a/dist/css/reset.css b/dist/css/reset.css
deleted file mode 100644
index b2b078943c4..00000000000
--- a/dist/css/reset.css
+++ /dev/null
@@ -1,125 +0,0 @@
-/* http://meyerweb.com/eric/tools/css/reset/ v2.0 | 20110126 */
-html,
-body,
-div,
-span,
-applet,
-object,
-iframe,
-h1,
-h2,
-h3,
-h4,
-h5,
-h6,
-p,
-blockquote,
-pre,
-a,
-abbr,
-acronym,
-address,
-big,
-cite,
-code,
-del,
-dfn,
-em,
-img,
-ins,
-kbd,
-q,
-s,
-samp,
-small,
-strike,
-strong,
-sub,
-sup,
-tt,
-var,
-b,
-u,
-i,
-center,
-dl,
-dt,
-dd,
-ol,
-ul,
-li,
-fieldset,
-form,
-label,
-legend,
-table,
-caption,
-tbody,
-tfoot,
-thead,
-tr,
-th,
-td,
-article,
-aside,
-canvas,
-details,
-embed,
-figure,
-figcaption,
-footer,
-header,
-hgroup,
-menu,
-nav,
-output,
-ruby,
-section,
-summary,
-time,
-mark,
-audio,
-video {
- margin: 0;
- padding: 0;
- border: 0;
- font-size: 100%;
- font: inherit;
- vertical-align: baseline;
-}
-/* HTML5 display-role reset for older browsers */
-article,
-aside,
-details,
-figcaption,
-figure,
-footer,
-header,
-hgroup,
-menu,
-nav,
-section {
- display: block;
-}
-body {
- line-height: 1;
-}
-ol,
-ul {
- list-style: none;
-}
-blockquote,
-q {
- quotes: none;
-}
-blockquote:before,
-blockquote:after,
-q:before,
-q:after {
- content: '';
- content: none;
-}
-table {
- border-collapse: collapse;
- border-spacing: 0;
-}
diff --git a/dist/css/screen.css b/dist/css/screen.css
deleted file mode 100644
index 436cc28edd3..00000000000
--- a/dist/css/screen.css
+++ /dev/null
@@ -1,1279 +0,0 @@
-/* Original style from softwaremaniacs.org (c) Ivan Sagalaev */
-.swagger-section pre code {
- display: block;
- padding: 0.5em;
- background: #F0F0F0;
-}
-.swagger-section pre code,
-.swagger-section pre .subst,
-.swagger-section pre .tag .title,
-.swagger-section pre .lisp .title,
-.swagger-section pre .clojure .built_in,
-.swagger-section pre .nginx .title {
- color: black;
-}
-.swagger-section pre .string,
-.swagger-section pre .title,
-.swagger-section pre .constant,
-.swagger-section pre .parent,
-.swagger-section pre .tag .value,
-.swagger-section pre .rules .value,
-.swagger-section pre .rules .value .number,
-.swagger-section pre .preprocessor,
-.swagger-section pre .ruby .symbol,
-.swagger-section pre .ruby .symbol .string,
-.swagger-section pre .aggregate,
-.swagger-section pre .template_tag,
-.swagger-section pre .django .variable,
-.swagger-section pre .smalltalk .class,
-.swagger-section pre .addition,
-.swagger-section pre .flow,
-.swagger-section pre .stream,
-.swagger-section pre .bash .variable,
-.swagger-section pre .apache .tag,
-.swagger-section pre .apache .cbracket,
-.swagger-section pre .tex .command,
-.swagger-section pre .tex .special,
-.swagger-section pre .erlang_repl .function_or_atom,
-.swagger-section pre .markdown .header {
- color: #800;
-}
-.swagger-section pre .comment,
-.swagger-section pre .annotation,
-.swagger-section pre .template_comment,
-.swagger-section pre .diff .header,
-.swagger-section pre .chunk,
-.swagger-section pre .markdown .blockquote {
- color: #888;
-}
-.swagger-section pre .number,
-.swagger-section pre .date,
-.swagger-section pre .regexp,
-.swagger-section pre .literal,
-.swagger-section pre .smalltalk .symbol,
-.swagger-section pre .smalltalk .char,
-.swagger-section pre .go .constant,
-.swagger-section pre .change,
-.swagger-section pre .markdown .bullet,
-.swagger-section pre .markdown .link_url {
- color: #080;
-}
-.swagger-section pre .label,
-.swagger-section pre .javadoc,
-.swagger-section pre .ruby .string,
-.swagger-section pre .decorator,
-.swagger-section pre .filter .argument,
-.swagger-section pre .localvars,
-.swagger-section pre .array,
-.swagger-section pre .attr_selector,
-.swagger-section pre .important,
-.swagger-section pre .pseudo,
-.swagger-section pre .pi,
-.swagger-section pre .doctype,
-.swagger-section pre .deletion,
-.swagger-section pre .envvar,
-.swagger-section pre .shebang,
-.swagger-section pre .apache .sqbracket,
-.swagger-section pre .nginx .built_in,
-.swagger-section pre .tex .formula,
-.swagger-section pre .erlang_repl .reserved,
-.swagger-section pre .prompt,
-.swagger-section pre .markdown .link_label,
-.swagger-section pre .vhdl .attribute,
-.swagger-section pre .clojure .attribute,
-.swagger-section pre .coffeescript .property {
- color: #8888ff;
-}
-.swagger-section pre .keyword,
-.swagger-section pre .id,
-.swagger-section pre .phpdoc,
-.swagger-section pre .title,
-.swagger-section pre .built_in,
-.swagger-section pre .aggregate,
-.swagger-section pre .css .tag,
-.swagger-section pre .javadoctag,
-.swagger-section pre .phpdoc,
-.swagger-section pre .yardoctag,
-.swagger-section pre .smalltalk .class,
-.swagger-section pre .winutils,
-.swagger-section pre .bash .variable,
-.swagger-section pre .apache .tag,
-.swagger-section pre .go .typename,
-.swagger-section pre .tex .command,
-.swagger-section pre .markdown .strong,
-.swagger-section pre .request,
-.swagger-section pre .status {
- font-weight: bold;
-}
-.swagger-section pre .markdown .emphasis {
- font-style: italic;
-}
-.swagger-section pre .nginx .built_in {
- font-weight: normal;
-}
-.swagger-section pre .coffeescript .javascript,
-.swagger-section pre .javascript .xml,
-.swagger-section pre .tex .formula,
-.swagger-section pre .xml .javascript,
-.swagger-section pre .xml .vbscript,
-.swagger-section pre .xml .css,
-.swagger-section pre .xml .cdata {
- opacity: 0.5;
-}
-.swagger-section .swagger-ui-wrap {
- line-height: 1;
- font-family: "Droid Sans", sans-serif;
- max-width: 960px;
- margin-left: auto;
- margin-right: auto;
-}
-.swagger-section .swagger-ui-wrap b,
-.swagger-section .swagger-ui-wrap strong {
- font-family: "Droid Sans", sans-serif;
- font-weight: bold;
-}
-.swagger-section .swagger-ui-wrap q,
-.swagger-section .swagger-ui-wrap blockquote {
- quotes: none;
-}
-.swagger-section .swagger-ui-wrap p {
- line-height: 1.4em;
- padding: 0 0 10px;
- color: #333333;
-}
-.swagger-section .swagger-ui-wrap q:before,
-.swagger-section .swagger-ui-wrap q:after,
-.swagger-section .swagger-ui-wrap blockquote:before,
-.swagger-section .swagger-ui-wrap blockquote:after {
- content: none;
-}
-.swagger-section .swagger-ui-wrap .heading_with_menu h1,
-.swagger-section .swagger-ui-wrap .heading_with_menu h2,
-.swagger-section .swagger-ui-wrap .heading_with_menu h3,
-.swagger-section .swagger-ui-wrap .heading_with_menu h4,
-.swagger-section .swagger-ui-wrap .heading_with_menu h5,
-.swagger-section .swagger-ui-wrap .heading_with_menu h6 {
- display: block;
- clear: none;
- float: left;
- -moz-box-sizing: border-box;
- -webkit-box-sizing: border-box;
- -ms-box-sizing: border-box;
- box-sizing: border-box;
- width: 60%;
-}
-.swagger-section .swagger-ui-wrap table {
- border-collapse: collapse;
- border-spacing: 0;
-}
-.swagger-section .swagger-ui-wrap table thead tr th {
- padding: 5px;
- font-size: 0.9em;
- color: #666666;
- border-bottom: 1px solid #999999;
-}
-.swagger-section .swagger-ui-wrap table tbody tr:last-child td {
- border-bottom: none;
-}
-.swagger-section .swagger-ui-wrap table tbody tr.offset {
- background-color: #f0f0f0;
-}
-.swagger-section .swagger-ui-wrap table tbody tr td {
- padding: 6px;
- font-size: 0.9em;
- border-bottom: 1px solid #cccccc;
- vertical-align: top;
- line-height: 1.3em;
-}
-.swagger-section .swagger-ui-wrap ol {
- margin: 0px 0 10px;
- padding: 0 0 0 18px;
- list-style-type: decimal;
-}
-.swagger-section .swagger-ui-wrap ol li {
- padding: 5px 0px;
- font-size: 0.9em;
- color: #333333;
-}
-.swagger-section .swagger-ui-wrap ol,
-.swagger-section .swagger-ui-wrap ul {
- list-style: none;
-}
-.swagger-section .swagger-ui-wrap h1 a,
-.swagger-section .swagger-ui-wrap h2 a,
-.swagger-section .swagger-ui-wrap h3 a,
-.swagger-section .swagger-ui-wrap h4 a,
-.swagger-section .swagger-ui-wrap h5 a,
-.swagger-section .swagger-ui-wrap h6 a {
- text-decoration: none;
-}
-.swagger-section .swagger-ui-wrap h1 a:hover,
-.swagger-section .swagger-ui-wrap h2 a:hover,
-.swagger-section .swagger-ui-wrap h3 a:hover,
-.swagger-section .swagger-ui-wrap h4 a:hover,
-.swagger-section .swagger-ui-wrap h5 a:hover,
-.swagger-section .swagger-ui-wrap h6 a:hover {
- text-decoration: underline;
-}
-.swagger-section .swagger-ui-wrap h1 span.divider,
-.swagger-section .swagger-ui-wrap h2 span.divider,
-.swagger-section .swagger-ui-wrap h3 span.divider,
-.swagger-section .swagger-ui-wrap h4 span.divider,
-.swagger-section .swagger-ui-wrap h5 span.divider,
-.swagger-section .swagger-ui-wrap h6 span.divider {
- color: #aaaaaa;
-}
-.swagger-section .swagger-ui-wrap a {
- color: #547f00;
-}
-.swagger-section .swagger-ui-wrap a img {
- border: none;
-}
-.swagger-section .swagger-ui-wrap article,
-.swagger-section .swagger-ui-wrap aside,
-.swagger-section .swagger-ui-wrap details,
-.swagger-section .swagger-ui-wrap figcaption,
-.swagger-section .swagger-ui-wrap figure,
-.swagger-section .swagger-ui-wrap footer,
-.swagger-section .swagger-ui-wrap header,
-.swagger-section .swagger-ui-wrap hgroup,
-.swagger-section .swagger-ui-wrap menu,
-.swagger-section .swagger-ui-wrap nav,
-.swagger-section .swagger-ui-wrap section,
-.swagger-section .swagger-ui-wrap summary {
- display: block;
-}
-.swagger-section .swagger-ui-wrap pre {
- font-family: "Anonymous Pro", "Menlo", "Consolas", "Bitstream Vera Sans Mono", "Courier New", monospace;
- background-color: #fcf6db;
- border: 1px solid #e5e0c6;
- padding: 10px;
-}
-.swagger-section .swagger-ui-wrap pre code {
- line-height: 1.6em;
- background: none;
-}
-.swagger-section .swagger-ui-wrap .content > .content-type > div > label {
- clear: both;
- display: block;
- color: #0F6AB4;
- font-size: 1.1em;
- margin: 0;
- padding: 15px 0 5px;
-}
-.swagger-section .swagger-ui-wrap .content pre {
- font-size: 12px;
- margin-top: 5px;
- padding: 5px;
-}
-.swagger-section .swagger-ui-wrap .icon-btn {
- cursor: pointer;
-}
-.swagger-section .swagger-ui-wrap .info_title {
- padding-bottom: 10px;
- font-weight: bold;
- font-size: 25px;
-}
-.swagger-section .swagger-ui-wrap .footer {
- margin-top: 20px;
-}
-.swagger-section .swagger-ui-wrap p.big,
-.swagger-section .swagger-ui-wrap div.big p {
- font-size: 1em;
- margin-bottom: 10px;
-}
-.swagger-section .swagger-ui-wrap form.fullwidth ol li.string input,
-.swagger-section .swagger-ui-wrap form.fullwidth ol li.url input,
-.swagger-section .swagger-ui-wrap form.fullwidth ol li.text textarea,
-.swagger-section .swagger-ui-wrap form.fullwidth ol li.numeric input {
- width: 500px !important;
-}
-.swagger-section .swagger-ui-wrap .info_license {
- padding-bottom: 5px;
-}
-.swagger-section .swagger-ui-wrap .info_tos {
- padding-bottom: 5px;
-}
-.swagger-section .swagger-ui-wrap .message-fail {
- color: #cc0000;
-}
-.swagger-section .swagger-ui-wrap .info_url {
- padding-bottom: 5px;
-}
-.swagger-section .swagger-ui-wrap .info_email {
- padding-bottom: 5px;
-}
-.swagger-section .swagger-ui-wrap .info_name {
- padding-bottom: 5px;
-}
-.swagger-section .swagger-ui-wrap .info_description {
- padding-bottom: 10px;
- font-size: 15px;
-}
-.swagger-section .swagger-ui-wrap .markdown ol li,
-.swagger-section .swagger-ui-wrap .markdown ul li {
- padding: 3px 0px;
- line-height: 1.4em;
- color: #333333;
-}
-.swagger-section .swagger-ui-wrap form.formtastic fieldset.inputs ol li.string input,
-.swagger-section .swagger-ui-wrap form.formtastic fieldset.inputs ol li.url input,
-.swagger-section .swagger-ui-wrap form.formtastic fieldset.inputs ol li.numeric input {
- display: block;
- padding: 4px;
- width: auto;
- clear: both;
-}
-.swagger-section .swagger-ui-wrap form.formtastic fieldset.inputs ol li.string input.title,
-.swagger-section .swagger-ui-wrap form.formtastic fieldset.inputs ol li.url input.title,
-.swagger-section .swagger-ui-wrap form.formtastic fieldset.inputs ol li.numeric input.title {
- font-size: 1.3em;
-}
-.swagger-section .swagger-ui-wrap table.fullwidth {
- width: 100%;
-}
-.swagger-section .swagger-ui-wrap .model-signature {
- font-family: "Droid Sans", sans-serif;
- font-size: 1em;
- line-height: 1.5em;
-}
-.swagger-section .swagger-ui-wrap .model-signature .signature-nav a {
- text-decoration: none;
- color: #AAA;
-}
-.swagger-section .swagger-ui-wrap .model-signature .signature-nav a:hover {
- text-decoration: underline;
- color: black;
-}
-.swagger-section .swagger-ui-wrap .model-signature .signature-nav .selected {
- color: black;
- text-decoration: none;
-}
-.swagger-section .swagger-ui-wrap .model-signature .propType {
- color: #5555aa;
-}
-.swagger-section .swagger-ui-wrap .model-signature pre:hover {
- background-color: #ffffdd;
-}
-.swagger-section .swagger-ui-wrap .model-signature pre {
- font-size: .85em;
- line-height: 1.2em;
- overflow: auto;
- max-height: 200px;
- cursor: pointer;
-}
-.swagger-section .swagger-ui-wrap .model-signature ul.signature-nav {
- display: block;
- margin: 0;
- padding: 0;
-}
-.swagger-section .swagger-ui-wrap .model-signature ul.signature-nav li:last-child {
- padding-right: 0;
- border-right: none;
-}
-.swagger-section .swagger-ui-wrap .model-signature ul.signature-nav li {
- float: left;
- margin: 0 5px 5px 0;
- padding: 2px 5px 2px 0;
- border-right: 1px solid #ddd;
-}
-.swagger-section .swagger-ui-wrap .model-signature .propOpt {
- color: #555;
-}
-.swagger-section .swagger-ui-wrap .model-signature .snippet small {
- font-size: 0.75em;
-}
-.swagger-section .swagger-ui-wrap .model-signature .propOptKey {
- font-style: italic;
-}
-.swagger-section .swagger-ui-wrap .model-signature .description .strong {
- font-weight: bold;
- color: #000;
- font-size: .9em;
-}
-.swagger-section .swagger-ui-wrap .model-signature .description div {
- font-size: 0.9em;
- line-height: 1.5em;
- margin-left: 1em;
-}
-.swagger-section .swagger-ui-wrap .model-signature .description .stronger {
- font-weight: bold;
- color: #000;
-}
-.swagger-section .swagger-ui-wrap .model-signature .description .propWrap .optionsWrapper {
- border-spacing: 0;
- position: absolute;
- background-color: #ffffff;
- border: 1px solid #bbbbbb;
- display: none;
- font-size: 11px;
- max-width: 400px;
- line-height: 30px;
- color: black;
- padding: 5px;
- margin-left: 10px;
-}
-.swagger-section .swagger-ui-wrap .model-signature .description .propWrap .optionsWrapper th {
- text-align: center;
- background-color: #eeeeee;
- border: 1px solid #bbbbbb;
- font-size: 11px;
- color: #666666;
- font-weight: bold;
- padding: 5px;
- line-height: 15px;
-}
-.swagger-section .swagger-ui-wrap .model-signature .description .propWrap .optionsWrapper .optionName {
- font-weight: bold;
-}
-.swagger-section .swagger-ui-wrap .model-signature .description .propDesc.markdown > p:first-child,
-.swagger-section .swagger-ui-wrap .model-signature .description .propDesc.markdown > p:last-child {
- display: inline;
-}
-.swagger-section .swagger-ui-wrap .model-signature .description .propDesc.markdown > p:not(:first-child):before {
- display: block;
- content: '';
-}
-.swagger-section .swagger-ui-wrap .model-signature .description span:last-of-type.propDesc.markdown > p:only-child {
- margin-right: -3px;
-}
-.swagger-section .swagger-ui-wrap .model-signature .propName {
- font-weight: bold;
-}
-.swagger-section .swagger-ui-wrap .model-signature .signature-container {
- clear: both;
-}
-.swagger-section .swagger-ui-wrap .body-textarea {
- width: 300px;
- height: 100px;
- border: 1px solid #aaa;
-}
-.swagger-section .swagger-ui-wrap .markdown p code,
-.swagger-section .swagger-ui-wrap .markdown li code {
- font-family: "Anonymous Pro", "Menlo", "Consolas", "Bitstream Vera Sans Mono", "Courier New", monospace;
- background-color: #f0f0f0;
- color: black;
- padding: 1px 3px;
-}
-.swagger-section .swagger-ui-wrap .required {
- font-weight: bold;
-}
-.swagger-section .swagger-ui-wrap input.parameter {
- width: 300px;
- border: 1px solid #aaa;
-}
-.swagger-section .swagger-ui-wrap h1 {
- color: black;
- font-size: 1.5em;
- line-height: 1.3em;
- padding: 10px 0 10px 0;
- font-family: "Droid Sans", sans-serif;
- font-weight: bold;
-}
-.swagger-section .swagger-ui-wrap .heading_with_menu {
- float: none;
- clear: both;
- overflow: hidden;
- display: block;
-}
-.swagger-section .swagger-ui-wrap .heading_with_menu ul {
- display: block;
- clear: none;
- float: right;
- -moz-box-sizing: border-box;
- -webkit-box-sizing: border-box;
- -ms-box-sizing: border-box;
- box-sizing: border-box;
- margin-top: 10px;
-}
-.swagger-section .swagger-ui-wrap h2 {
- color: black;
- font-size: 1.3em;
- padding: 10px 0 10px 0;
-}
-.swagger-section .swagger-ui-wrap h2 a {
- color: black;
-}
-.swagger-section .swagger-ui-wrap h2 span.sub {
- font-size: 0.7em;
- color: #999999;
- font-style: italic;
-}
-.swagger-section .swagger-ui-wrap h2 span.sub a {
- color: #777777;
-}
-.swagger-section .swagger-ui-wrap span.weak {
- color: #666666;
-}
-.swagger-section .swagger-ui-wrap .message-success {
- color: #89BF04;
-}
-.swagger-section .swagger-ui-wrap caption,
-.swagger-section .swagger-ui-wrap th,
-.swagger-section .swagger-ui-wrap td {
- text-align: left;
- font-weight: normal;
- vertical-align: middle;
-}
-.swagger-section .swagger-ui-wrap .code {
- font-family: "Anonymous Pro", "Menlo", "Consolas", "Bitstream Vera Sans Mono", "Courier New", monospace;
-}
-.swagger-section .swagger-ui-wrap form.formtastic fieldset.inputs ol li.text textarea {
- font-family: "Droid Sans", sans-serif;
- height: 250px;
- padding: 4px;
- display: block;
- clear: both;
-}
-.swagger-section .swagger-ui-wrap form.formtastic fieldset.inputs ol li.select select {
- display: block;
- clear: both;
-}
-.swagger-section .swagger-ui-wrap form.formtastic fieldset.inputs ol li.boolean {
- float: none;
- clear: both;
- overflow: hidden;
- display: block;
-}
-.swagger-section .swagger-ui-wrap form.formtastic fieldset.inputs ol li.boolean label {
- display: block;
- float: left;
- clear: none;
- margin: 0;
- padding: 0;
-}
-.swagger-section .swagger-ui-wrap form.formtastic fieldset.inputs ol li.boolean input {
- display: block;
- float: left;
- clear: none;
- margin: 0 5px 0 0;
-}
-.swagger-section .swagger-ui-wrap form.formtastic fieldset.inputs ol li.required label {
- color: black;
-}
-.swagger-section .swagger-ui-wrap form.formtastic fieldset.inputs ol li label {
- display: block;
- clear: both;
- width: auto;
- padding: 0 0 3px;
- color: #666666;
-}
-.swagger-section .swagger-ui-wrap form.formtastic fieldset.inputs ol li label abbr {
- padding-left: 3px;
- color: #888888;
-}
-.swagger-section .swagger-ui-wrap form.formtastic fieldset.inputs ol li p.inline-hints {
- margin-left: 0;
- font-style: italic;
- font-size: 0.9em;
- margin: 0;
-}
-.swagger-section .swagger-ui-wrap form.formtastic fieldset.buttons {
- margin: 0;
- padding: 0;
-}
-.swagger-section .swagger-ui-wrap span.blank,
-.swagger-section .swagger-ui-wrap span.empty {
- color: #888888;
- font-style: italic;
-}
-.swagger-section .swagger-ui-wrap .markdown h3 {
- color: #547f00;
-}
-.swagger-section .swagger-ui-wrap .markdown h4 {
- color: #666666;
-}
-.swagger-section .swagger-ui-wrap .markdown pre {
- font-family: "Anonymous Pro", "Menlo", "Consolas", "Bitstream Vera Sans Mono", "Courier New", monospace;
- background-color: #fcf6db;
- border: 1px solid #e5e0c6;
- padding: 10px;
- margin: 0 0 10px 0;
-}
-.swagger-section .swagger-ui-wrap .markdown pre code {
- line-height: 1.6em;
-}
-.swagger-section .swagger-ui-wrap div.gist {
- margin: 20px 0 25px 0 !important;
-}
-.swagger-section .swagger-ui-wrap ul#resources {
- font-family: "Droid Sans", sans-serif;
- font-size: 0.9em;
-}
-.swagger-section .swagger-ui-wrap ul#resources li.resource {
- border-bottom: 1px solid #dddddd;
-}
-.swagger-section .swagger-ui-wrap ul#resources li.resource:hover div.heading h2 a,
-.swagger-section .swagger-ui-wrap ul#resources li.resource.active div.heading h2 a {
- color: black;
-}
-.swagger-section .swagger-ui-wrap ul#resources li.resource:hover div.heading ul.options li a,
-.swagger-section .swagger-ui-wrap ul#resources li.resource.active div.heading ul.options li a {
- color: #555555;
-}
-.swagger-section .swagger-ui-wrap ul#resources li.resource:last-child {
- border-bottom: none;
-}
-.swagger-section .swagger-ui-wrap ul#resources li.resource div.heading {
- border: 1px solid transparent;
- float: none;
- clear: both;
- overflow: hidden;
- display: block;
-}
-.swagger-section .swagger-ui-wrap ul#resources li.resource div.heading ul.options {
- overflow: hidden;
- padding: 0;
- display: block;
- clear: none;
- float: right;
- margin: 14px 10px 0 0;
-}
-.swagger-section .swagger-ui-wrap ul#resources li.resource div.heading ul.options li {
- float: left;
- clear: none;
- margin: 0;
- padding: 2px 10px;
- border-right: 1px solid #dddddd;
- color: #666666;
- font-size: 0.9em;
-}
-.swagger-section .swagger-ui-wrap ul#resources li.resource div.heading ul.options li a {
- color: #aaaaaa;
- text-decoration: none;
-}
-.swagger-section .swagger-ui-wrap ul#resources li.resource div.heading ul.options li a:hover {
- text-decoration: underline;
- color: black;
-}
-.swagger-section .swagger-ui-wrap ul#resources li.resource div.heading ul.options li a:hover,
-.swagger-section .swagger-ui-wrap ul#resources li.resource div.heading ul.options li a:active,
-.swagger-section .swagger-ui-wrap ul#resources li.resource div.heading ul.options li a.active {
- text-decoration: underline;
-}
-.swagger-section .swagger-ui-wrap ul#resources li.resource div.heading ul.options li:first-child,
-.swagger-section .swagger-ui-wrap ul#resources li.resource div.heading ul.options li.first {
- padding-left: 0;
-}
-.swagger-section .swagger-ui-wrap ul#resources li.resource div.heading ul.options li:last-child,
-.swagger-section .swagger-ui-wrap ul#resources li.resource div.heading ul.options li.last {
- padding-right: 0;
- border-right: none;
-}
-.swagger-section .swagger-ui-wrap ul#resources li.resource div.heading ul.options:first-child,
-.swagger-section .swagger-ui-wrap ul#resources li.resource div.heading ul.options.first {
- padding-left: 0;
-}
-.swagger-section .swagger-ui-wrap ul#resources li.resource div.heading h2 {
- color: #999999;
- padding-left: 0;
- display: block;
- clear: none;
- float: left;
- font-family: "Droid Sans", sans-serif;
- font-weight: bold;
-}
-.swagger-section .swagger-ui-wrap ul#resources li.resource div.heading h2 a {
- color: #999999;
-}
-.swagger-section .swagger-ui-wrap ul#resources li.resource div.heading h2 a:hover {
- color: black;
-}
-.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation {
- float: none;
- clear: both;
- overflow: hidden;
- display: block;
- margin: 0 0 10px;
- padding: 0;
-}
-.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.heading {
- float: none;
- clear: both;
- overflow: hidden;
- display: block;
- margin: 0;
- padding: 0;
-}
-.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.heading h3 {
- display: block;
- clear: none;
- float: left;
- width: auto;
- margin: 0;
- padding: 0;
- line-height: 1.1em;
- color: black;
-}
-.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.heading h3 span.path {
- padding-left: 10px;
-}
-.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.heading h3 span.path a {
- color: black;
- text-decoration: none;
-}
-.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.heading h3 span.path a:hover {
- text-decoration: underline;
-}
-.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.heading h3 span.http_method a {
- text-transform: uppercase;
- text-decoration: none;
- color: white;
- display: inline-block;
- width: 50px;
- font-size: 0.7em;
- text-align: center;
- padding: 7px 0 4px;
- -moz-border-radius: 2px;
- -webkit-border-radius: 2px;
- -o-border-radius: 2px;
- -ms-border-radius: 2px;
- -khtml-border-radius: 2px;
- border-radius: 2px;
-}
-.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.heading h3 span {
- margin: 0;
- padding: 0;
-}
-.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.heading ul.options {
- overflow: hidden;
- padding: 0;
- display: block;
- clear: none;
- float: right;
- margin: 6px 10px 0 0;
-}
-.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.heading ul.options li {
- float: left;
- clear: none;
- margin: 0;
- padding: 2px 10px;
- font-size: 0.9em;
-}
-.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.heading ul.options li a {
- text-decoration: none;
-}
-.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.heading ul.options li.access {
- color: black;
-}
-.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.content {
- border-top: none;
- padding: 10px;
- -moz-border-radius-bottomleft: 6px;
- -webkit-border-bottom-left-radius: 6px;
- -o-border-bottom-left-radius: 6px;
- -ms-border-bottom-left-radius: 6px;
- -khtml-border-bottom-left-radius: 6px;
- border-bottom-left-radius: 6px;
- -moz-border-radius-bottomright: 6px;
- -webkit-border-bottom-right-radius: 6px;
- -o-border-bottom-right-radius: 6px;
- -ms-border-bottom-right-radius: 6px;
- -khtml-border-bottom-right-radius: 6px;
- border-bottom-right-radius: 6px;
- margin: 0 0 20px;
-}
-.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.content h4 {
- font-size: 1.1em;
- margin: 0;
- padding: 15px 0 5px;
-}
-.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.content div.sandbox_header {
- float: none;
- clear: both;
- overflow: hidden;
- display: block;
-}
-.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.content div.sandbox_header a {
- padding: 4px 0 0 10px;
- display: inline-block;
- font-size: 0.9em;
-}
-.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.content div.sandbox_header input.submit {
- display: block;
- clear: none;
- float: left;
- padding: 6px 8px;
-}
-.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.content div.sandbox_header span.response_throbber {
- background-image: url('../images/throbber.gif');
- width: 128px;
- height: 16px;
- display: block;
- clear: none;
- float: right;
-}
-.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.content form input[type='text'].error {
- outline: 2px solid black;
- outline-color: #cc0000;
-}
-.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.content div.response div.block pre {
- font-family: "Anonymous Pro", "Menlo", "Consolas", "Bitstream Vera Sans Mono", "Courier New", monospace;
- padding: 10px;
- font-size: 0.9em;
- max-height: 400px;
- overflow-y: auto;
-}
-.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.put div.heading {
- background-color: #f9f2e9;
- border: 1px solid #f0e0ca;
-}
-.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.put div.heading h3 span.http_method a {
- background-color: #c5862b;
-}
-.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.put div.heading ul.options li {
- border-right: 1px solid #dddddd;
- border-right-color: #f0e0ca;
- color: #c5862b;
-}
-.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.put div.heading ul.options li a {
- color: #c5862b;
-}
-.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.put div.content {
- background-color: #faf5ee;
- border: 1px solid #f0e0ca;
-}
-.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.put div.content h4 {
- color: #c5862b;
-}
-.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.put div.content div.sandbox_header a {
- color: #dcb67f;
-}
-.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.head div.heading {
- background-color: #fcffcd;
- border: 1px solid black;
- border-color: #ffd20f;
-}
-.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.head div.heading h3 span.http_method a {
- text-transform: uppercase;
- background-color: #ffd20f;
-}
-.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.head div.heading ul.options li {
- border-right: 1px solid #dddddd;
- border-right-color: #ffd20f;
- color: #ffd20f;
-}
-.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.head div.heading ul.options li a {
- color: #ffd20f;
-}
-.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.head div.content {
- background-color: #fcffcd;
- border: 1px solid black;
- border-color: #ffd20f;
-}
-.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.head div.content h4 {
- color: #ffd20f;
-}
-.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.head div.content div.sandbox_header a {
- color: #6fc992;
-}
-.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.delete div.heading {
- background-color: #f5e8e8;
- border: 1px solid #e8c6c7;
-}
-.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.delete div.heading h3 span.http_method a {
- text-transform: uppercase;
- background-color: #a41e22;
-}
-.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.delete div.heading ul.options li {
- border-right: 1px solid #dddddd;
- border-right-color: #e8c6c7;
- color: #a41e22;
-}
-.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.delete div.heading ul.options li a {
- color: #a41e22;
-}
-.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.delete div.content {
- background-color: #f7eded;
- border: 1px solid #e8c6c7;
-}
-.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.delete div.content h4 {
- color: #a41e22;
-}
-.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.delete div.content div.sandbox_header a {
- color: #c8787a;
-}
-.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.post div.heading {
- background-color: #e7f6ec;
- border: 1px solid #c3e8d1;
-}
-.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.post div.heading h3 span.http_method a {
- background-color: #10a54a;
-}
-.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.post div.heading ul.options li {
- border-right: 1px solid #dddddd;
- border-right-color: #c3e8d1;
- color: #10a54a;
-}
-.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.post div.heading ul.options li a {
- color: #10a54a;
-}
-.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.post div.content {
- background-color: #ebf7f0;
- border: 1px solid #c3e8d1;
-}
-.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.post div.content h4 {
- color: #10a54a;
-}
-.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.post div.content div.sandbox_header a {
- color: #6fc992;
-}
-.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.patch div.heading {
- background-color: #FCE9E3;
- border: 1px solid #F5D5C3;
-}
-.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.patch div.heading h3 span.http_method a {
- background-color: #D38042;
-}
-.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.patch div.heading ul.options li {
- border-right: 1px solid #dddddd;
- border-right-color: #f0cecb;
- color: #D38042;
-}
-.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.patch div.heading ul.options li a {
- color: #D38042;
-}
-.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.patch div.content {
- background-color: #faf0ef;
- border: 1px solid #f0cecb;
-}
-.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.patch div.content h4 {
- color: #D38042;
-}
-.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.patch div.content div.sandbox_header a {
- color: #dcb67f;
-}
-.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.get div.heading {
- background-color: #e7f0f7;
- border: 1px solid #c3d9ec;
-}
-.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.get div.heading h3 span.http_method a {
- background-color: #0f6ab4;
-}
-.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.get div.heading ul.options li {
- border-right: 1px solid #dddddd;
- border-right-color: #c3d9ec;
- color: #0f6ab4;
-}
-.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.get div.heading ul.options li a {
- color: #0f6ab4;
-}
-.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.get div.content {
- background-color: #ebf3f9;
- border: 1px solid #c3d9ec;
-}
-.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.get div.content h4 {
- color: #0f6ab4;
-}
-.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.get div.content div.sandbox_header a {
- color: #6fa5d2;
-}
-.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.options div.heading {
- background-color: #e7f0f7;
- border: 1px solid #c3d9ec;
-}
-.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.options div.heading h3 span.http_method a {
- background-color: #0f6ab4;
-}
-.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.options div.heading ul.options li {
- border-right: 1px solid #dddddd;
- border-right-color: #c3d9ec;
- color: #0f6ab4;
-}
-.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.options div.heading ul.options li a {
- color: #0f6ab4;
-}
-.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.options div.content {
- background-color: #ebf3f9;
- border: 1px solid #c3d9ec;
-}
-.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.options div.content h4 {
- color: #0f6ab4;
-}
-.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.options div.content div.sandbox_header a {
- color: #6fa5d2;
-}
-.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.get div.content,
-.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.post div.content,
-.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.head div.content,
-.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.put div.content,
-.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.patch div.content,
-.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.delete div.content {
- border-top: none;
-}
-.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.get div.heading ul.options li:last-child,
-.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.post div.heading ul.options li:last-child,
-.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.head div.heading ul.options li:last-child,
-.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.put div.heading ul.options li:last-child,
-.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.patch div.heading ul.options li:last-child,
-.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.delete div.heading ul.options li:last-child,
-.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.get div.heading ul.options li.last,
-.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.post div.heading ul.options li.last,
-.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.head div.heading ul.options li.last,
-.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.put div.heading ul.options li.last,
-.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.patch div.heading ul.options li.last,
-.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.delete div.heading ul.options li.last {
- padding-right: 0;
- border-right: none;
-}
-.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations ul.options li a:hover,
-.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations ul.options li a:active,
-.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations ul.options li a.active {
- text-decoration: underline;
-}
-.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations ul.options li:first-child,
-.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations ul.options li.first {
- padding-left: 0;
-}
-.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations:first-child,
-.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations.first {
- padding-left: 0;
-}
-.swagger-section .swagger-ui-wrap p#colophon {
- margin: 0 15px 40px 15px;
- padding: 10px 0;
- font-size: 0.8em;
- border-top: 1px solid #dddddd;
- font-family: "Droid Sans", sans-serif;
- color: #999999;
- font-style: italic;
-}
-.swagger-section .swagger-ui-wrap p#colophon a {
- text-decoration: none;
- color: #547f00;
-}
-.swagger-section .swagger-ui-wrap h3 {
- color: black;
- font-size: 1.1em;
- padding: 10px 0 10px 0;
-}
-.swagger-section .swagger-ui-wrap .markdown ol,
-.swagger-section .swagger-ui-wrap .markdown ul {
- font-family: "Droid Sans", sans-serif;
- margin: 5px 0 10px;
- padding: 0 0 0 18px;
- list-style-type: disc;
-}
-.swagger-section .swagger-ui-wrap form.form_box {
- background-color: #ebf3f9;
- border: 1px solid #c3d9ec;
- padding: 10px;
-}
-.swagger-section .swagger-ui-wrap form.form_box label {
- color: #0f6ab4 !important;
-}
-.swagger-section .swagger-ui-wrap form.form_box input[type=submit] {
- display: block;
- padding: 10px;
-}
-.swagger-section .swagger-ui-wrap form.form_box p.weak {
- font-size: 0.8em;
-}
-.swagger-section .swagger-ui-wrap form.form_box p {
- font-size: 0.9em;
- padding: 0 0 15px;
- color: #7e7b6d;
-}
-.swagger-section .swagger-ui-wrap form.form_box p a {
- color: #646257;
-}
-.swagger-section .swagger-ui-wrap form.form_box p strong {
- color: black;
-}
-.swagger-section .swagger-ui-wrap .operation-status td.markdown > p:last-child {
- padding-bottom: 0;
-}
-.swagger-section .title {
- font-style: bold;
-}
-.swagger-section .secondary_form {
- display: none;
-}
-.swagger-section .main_image {
- display: block;
- margin-left: auto;
- margin-right: auto;
-}
-.swagger-section .oauth_body {
- margin-left: 100px;
- margin-right: 100px;
-}
-.swagger-section .oauth_submit {
- text-align: center;
-}
-.swagger-section .api-popup-dialog {
- z-index: 10000;
- position: absolute;
- width: 500px;
- background: #FFF;
- padding: 20px;
- border: 1px solid #ccc;
- border-radius: 5px;
- display: none;
- font-size: 13px;
- color: #777;
-}
-.swagger-section .api-popup-dialog .api-popup-title {
- font-size: 24px;
- padding: 10px 0;
-}
-.swagger-section .api-popup-dialog .api-popup-title {
- font-size: 24px;
- padding: 10px 0;
-}
-.swagger-section .api-popup-dialog p.error-msg {
- padding-left: 5px;
- padding-bottom: 5px;
-}
-.swagger-section .api-popup-dialog button.api-popup-authbtn {
- height: 30px;
-}
-.swagger-section .api-popup-dialog button.api-popup-cancel {
- height: 30px;
-}
-.swagger-section .api-popup-scopes {
- padding: 10px 20px;
-}
-.swagger-section .api-popup-scopes li {
- padding: 5px 0;
- line-height: 20px;
-}
-.swagger-section .api-popup-scopes .api-scope-desc {
- padding-left: 20px;
- font-style: italic;
-}
-.swagger-section .api-popup-scopes li input {
- position: relative;
- top: 2px;
-}
-.swagger-section .api-popup-actions {
- padding-top: 10px;
-}
-.swagger-section .access {
- float: right;
-}
-.swagger-section .auth {
- float: right;
-}
-.swagger-section .api-ic {
- height: 18px;
- vertical-align: middle;
- display: inline-block;
- background: url(../images/explorer_icons.png) no-repeat;
-}
-.swagger-section .api-ic .api_information_panel {
- position: relative;
- margin-top: 20px;
- margin-left: -5px;
- background: #FFF;
- border: 1px solid #ccc;
- border-radius: 5px;
- display: none;
- font-size: 13px;
- max-width: 300px;
- line-height: 30px;
- color: black;
- padding: 5px;
-}
-.swagger-section .api-ic .api_information_panel p .api-msg-enabled {
- color: green;
-}
-.swagger-section .api-ic .api_information_panel p .api-msg-disabled {
- color: red;
-}
-.swagger-section .api-ic:hover .api_information_panel {
- position: absolute;
- display: block;
-}
-.swagger-section .ic-info {
- background-position: 0 0;
- width: 18px;
- margin-top: -6px;
- margin-left: 4px;
-}
-.swagger-section .ic-warning {
- background-position: -60px 0;
- width: 18px;
- margin-top: -6px;
- margin-left: 4px;
-}
-.swagger-section .ic-error {
- background-position: -30px 0;
- width: 18px;
- margin-top: -6px;
- margin-left: 4px;
-}
-.swagger-section .ic-off {
- background-position: -90px 0;
- width: 58px;
- margin-top: -4px;
- cursor: pointer;
-}
-.swagger-section .ic-on {
- background-position: -160px 0;
- width: 58px;
- margin-top: -4px;
- cursor: pointer;
-}
-.swagger-section #header {
- background-color: #89bf04;
- padding: 14px;
-}
-.swagger-section #header a#logo {
- font-size: 1.5em;
- font-weight: bold;
- text-decoration: none;
- background: transparent url(../images/logo_small.png) no-repeat left center;
- padding: 20px 0 20px 40px;
- color: white;
-}
-.swagger-section #header form#api_selector {
- display: block;
- clear: none;
- float: right;
-}
-.swagger-section #header form#api_selector .input {
- display: block;
- clear: none;
- float: left;
- margin: 0 10px 0 0;
-}
-.swagger-section #header form#api_selector .input input#input_apiKey {
- width: 200px;
-}
-.swagger-section #header form#api_selector .input input#input_baseUrl {
- width: 400px;
-}
-.swagger-section #header form#api_selector .input a#explore {
- display: block;
- text-decoration: none;
- font-weight: bold;
- padding: 6px 8px;
- font-size: 0.9em;
- color: white;
- background-color: #547f00;
- -moz-border-radius: 4px;
- -webkit-border-radius: 4px;
- -o-border-radius: 4px;
- -ms-border-radius: 4px;
- -khtml-border-radius: 4px;
- border-radius: 4px;
-}
-.swagger-section #header form#api_selector .input a#explore:hover {
- background-color: #547f00;
-}
-.swagger-section #header form#api_selector .input input {
- font-size: 0.9em;
- padding: 3px;
- margin: 0;
-}
-.swagger-section #content_message {
- margin: 10px 15px;
- font-style: italic;
- color: #999999;
-}
-.swagger-section #message-bar {
- min-height: 30px;
- text-align: center;
- padding-top: 10px;
-}
diff --git a/dist/css/style.css b/dist/css/style.css
deleted file mode 100644
index fc21a31db54..00000000000
--- a/dist/css/style.css
+++ /dev/null
@@ -1,250 +0,0 @@
-.swagger-section #header a#logo {
- font-size: 1.5em;
- font-weight: bold;
- text-decoration: none;
- background: transparent url(../images/logo.png) no-repeat left center;
- padding: 20px 0 20px 40px;
-}
-#text-head {
- font-size: 80px;
- font-family: 'Roboto', sans-serif;
- color: #ffffff;
- float: right;
- margin-right: 20%;
-}
-.navbar-fixed-top .navbar-nav {
- height: auto;
-}
-.navbar-fixed-top .navbar-brand {
- height: auto;
-}
-.navbar-header {
- height: auto;
-}
-.navbar-inverse {
- background-color: #000;
- border-color: #000;
-}
-#navbar-brand {
- margin-left: 20%;
-}
-.navtext {
- font-size: 10px;
-}
-.h1,
-h1 {
- font-size: 60px;
-}
-.navbar-default .navbar-header .navbar-brand {
- color: #a2dfee;
-}
-/* tag titles */
-.swagger-section .swagger-ui-wrap ul#resources li.resource div.heading h2 a {
- color: #393939;
- font-family: 'Arvo', serif;
- font-size: 1.5em;
-}
-.swagger-section .swagger-ui-wrap ul#resources li.resource div.heading h2 a:hover {
- color: black;
-}
-.swagger-section .swagger-ui-wrap ul#resources li.resource div.heading h2 {
- color: #525252;
- padding-left: 0px;
- display: block;
- clear: none;
- float: left;
- font-family: 'Arvo', serif;
- font-weight: bold;
-}
-.navbar-default .navbar-collapse,
-.navbar-default .navbar-form {
- border-color: #0A0A0A;
-}
-.container1 {
- width: 1500px;
- margin: auto;
- margin-top: 0;
- background-image: url('../images/shield.png');
- background-repeat: no-repeat;
- background-position: -40px -20px;
- margin-bottom: 210px;
-}
-.container-inner {
- width: 1200px;
- margin: auto;
- background-color: rgba(223, 227, 228, 0.75);
- padding-bottom: 40px;
- padding-top: 40px;
- border-radius: 15px;
-}
-.header-content {
- padding: 0;
- width: 1000px;
-}
-.title1 {
- font-size: 80px;
- font-family: 'Vollkorn', serif;
- color: #404040;
- text-align: center;
- padding-top: 40px;
- padding-bottom: 100px;
-}
-#icon {
- margin-top: -18px;
-}
-.subtext {
- font-size: 25px;
- font-style: italic;
- color: #08b;
- text-align: right;
- padding-right: 250px;
-}
-.bg-primary {
- background-color: #00468b;
-}
-.navbar-default .nav > li > a,
-.navbar-default .nav > li > a:focus {
- color: #08b;
-}
-.navbar-default .nav > li > a,
-.navbar-default .nav > li > a:hover {
- color: #08b;
-}
-.navbar-default .nav > li > a,
-.navbar-default .nav > li > a:focus:hover {
- color: #08b;
-}
-.text-faded {
- font-size: 25px;
- font-family: 'Vollkorn', serif;
-}
-.section-heading {
- font-family: 'Vollkorn', serif;
- font-size: 45px;
- padding-bottom: 10px;
-}
-hr {
- border-color: #00468b;
- padding-bottom: 10px;
-}
-.description {
- margin-top: 20px;
- padding-bottom: 200px;
-}
-.description li {
- font-family: 'Vollkorn', serif;
- font-size: 25px;
- color: #525252;
- margin-left: 28%;
- padding-top: 5px;
-}
-.gap {
- margin-top: 200px;
-}
-.troubleshootingtext {
- color: rgba(255, 255, 255, 0.7);
- padding-left: 30%;
-}
-.troubleshootingtext li {
- list-style-type: circle;
- font-size: 25px;
- padding-bottom: 5px;
-}
-.overlay {
- position: absolute;
- top: 0;
- left: 0;
- width: 100%;
- height: 100%;
- z-index: 1000;
-}
-.block.response_body.json:hover {
- cursor: pointer;
-}
-.backdrop {
- color: blue;
-}
-#myModal {
- height: 100%;
-}
-.modal-backdrop {
- bottom: 0;
- position: fixed;
-}
-.curl {
- padding: 10px;
- font-family: "Anonymous Pro", "Menlo", "Consolas", "Bitstream Vera Sans Mono", "Courier New", monospace;
- font-size: 0.9em;
- max-height: 400px;
- margin-top: 5px;
- overflow-y: auto;
- background-color: #fcf6db;
- border: 1px solid #e5e0c6;
- border-radius: 4px;
-}
-.curl_title {
- font-size: 1.1em;
- margin: 0;
- padding: 15px 0 5px;
- font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
- font-weight: 500;
- line-height: 1.1;
-}
-.footer {
- display: none;
-}
-.swagger-section .swagger-ui-wrap h2 {
- padding: 0;
-}
-h2 {
- margin: 0;
- margin-bottom: 5px;
-}
-.markdown p {
- font-size: 15px;
- font-family: 'Arvo', serif;
-}
-.swagger-section .swagger-ui-wrap .code {
- font-size: 15px;
- font-family: 'Arvo', serif;
-}
-.swagger-section .swagger-ui-wrap b {
- font-family: 'Arvo', serif;
-}
-#signin:hover {
- cursor: pointer;
-}
-.dropdown-menu {
- padding: 15px;
-}
-.navbar-right .dropdown-menu {
- left: 0;
- right: auto;
-}
-#signinbutton {
- width: 100%;
- height: 32px;
- font-size: 13px;
- font-weight: bold;
- color: #08b;
-}
-.navbar-default .nav > li .details {
- color: #000000;
- text-transform: none;
- font-size: 15px;
- font-weight: normal;
- font-family: 'Open Sans', sans-serif;
- font-style: italic;
- line-height: 20px;
- top: -2px;
-}
-.navbar-default .nav > li .details:hover {
- color: black;
-}
-#signout {
- width: 100%;
- height: 32px;
- font-size: 13px;
- font-weight: bold;
- color: #08b;
-}
diff --git a/dist/css/typography.css b/dist/css/typography.css
deleted file mode 100644
index 27c3751ac2e..00000000000
--- a/dist/css/typography.css
+++ /dev/null
@@ -1,26 +0,0 @@
-/* droid-sans-regular - latin */
-@font-face {
- font-family: 'Droid Sans';
- font-style: normal;
- font-weight: 400;
- src: url('../fonts/droid-sans-v6-latin-regular.eot'); /* IE9 Compat Modes */
- src: local('Droid Sans'), local('DroidSans'),
- url('../fonts/droid-sans-v6-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
- url('../fonts/droid-sans-v6-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
- url('../fonts/droid-sans-v6-latin-regular.woff') format('woff'), /* Modern Browsers */
- url('../fonts/droid-sans-v6-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
- url('../fonts/droid-sans-v6-latin-regular.svg#DroidSans') format('svg'); /* Legacy iOS */
-}
-/* droid-sans-700 - latin */
-@font-face {
- font-family: 'Droid Sans';
- font-style: normal;
- font-weight: 700;
- src: url('../fonts/droid-sans-v6-latin-700.eot'); /* IE9 Compat Modes */
- src: local('Droid Sans Bold'), local('DroidSans-Bold'),
- url('../fonts/droid-sans-v6-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
- url('../fonts/droid-sans-v6-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
- url('../fonts/droid-sans-v6-latin-700.woff') format('woff'), /* Modern Browsers */
- url('../fonts/droid-sans-v6-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
- url('../fonts/droid-sans-v6-latin-700.svg#DroidSans') format('svg'); /* Legacy iOS */
-}
diff --git a/dist/fonts/droid-sans-v6-latin-700.eot b/dist/fonts/droid-sans-v6-latin-700.eot
deleted file mode 100644
index d8524983ad8..00000000000
Binary files a/dist/fonts/droid-sans-v6-latin-700.eot and /dev/null differ
diff --git a/dist/fonts/droid-sans-v6-latin-700.svg b/dist/fonts/droid-sans-v6-latin-700.svg
deleted file mode 100644
index a54bbbbf258..00000000000
--- a/dist/fonts/droid-sans-v6-latin-700.svg
+++ /dev/null
@@ -1,411 +0,0 @@
-
-
-
diff --git a/dist/fonts/droid-sans-v6-latin-700.ttf b/dist/fonts/droid-sans-v6-latin-700.ttf
deleted file mode 100644
index 15896c441fd..00000000000
Binary files a/dist/fonts/droid-sans-v6-latin-700.ttf and /dev/null differ
diff --git a/dist/fonts/droid-sans-v6-latin-700.woff b/dist/fonts/droid-sans-v6-latin-700.woff
deleted file mode 100644
index 67e3e25f836..00000000000
Binary files a/dist/fonts/droid-sans-v6-latin-700.woff and /dev/null differ
diff --git a/dist/fonts/droid-sans-v6-latin-700.woff2 b/dist/fonts/droid-sans-v6-latin-700.woff2
deleted file mode 100644
index 1e726a7cfce..00000000000
Binary files a/dist/fonts/droid-sans-v6-latin-700.woff2 and /dev/null differ
diff --git a/dist/fonts/droid-sans-v6-latin-regular.eot b/dist/fonts/droid-sans-v6-latin-regular.eot
deleted file mode 100644
index ac2698e85ae..00000000000
Binary files a/dist/fonts/droid-sans-v6-latin-regular.eot and /dev/null differ
diff --git a/dist/fonts/droid-sans-v6-latin-regular.svg b/dist/fonts/droid-sans-v6-latin-regular.svg
deleted file mode 100644
index d9f2a214f96..00000000000
--- a/dist/fonts/droid-sans-v6-latin-regular.svg
+++ /dev/null
@@ -1,403 +0,0 @@
-
-
-
diff --git a/dist/fonts/droid-sans-v6-latin-regular.ttf b/dist/fonts/droid-sans-v6-latin-regular.ttf
deleted file mode 100644
index fb8cea662b2..00000000000
Binary files a/dist/fonts/droid-sans-v6-latin-regular.ttf and /dev/null differ
diff --git a/dist/fonts/droid-sans-v6-latin-regular.woff b/dist/fonts/droid-sans-v6-latin-regular.woff
deleted file mode 100644
index abf19899f75..00000000000
Binary files a/dist/fonts/droid-sans-v6-latin-regular.woff and /dev/null differ
diff --git a/dist/fonts/droid-sans-v6-latin-regular.woff2 b/dist/fonts/droid-sans-v6-latin-regular.woff2
deleted file mode 100644
index 9f93f74c3be..00000000000
Binary files a/dist/fonts/droid-sans-v6-latin-regular.woff2 and /dev/null differ
diff --git a/dist/images/explorer_icons.png b/dist/images/explorer_icons.png
deleted file mode 100644
index ed9d2fffb64..00000000000
Binary files a/dist/images/explorer_icons.png and /dev/null differ
diff --git a/dist/images/favicon-16x16.png b/dist/images/favicon-16x16.png
deleted file mode 100755
index 66b1a5bfb9e..00000000000
Binary files a/dist/images/favicon-16x16.png and /dev/null differ
diff --git a/dist/images/favicon-32x32.png b/dist/images/favicon-32x32.png
deleted file mode 100755
index 32f319f89bd..00000000000
Binary files a/dist/images/favicon-32x32.png and /dev/null differ
diff --git a/dist/images/favicon.ico b/dist/images/favicon.ico
deleted file mode 100755
index 8b60bcf06a7..00000000000
Binary files a/dist/images/favicon.ico and /dev/null differ
diff --git a/dist/images/logo_small.png b/dist/images/logo_small.png
deleted file mode 100644
index 5496a65579a..00000000000
Binary files a/dist/images/logo_small.png and /dev/null differ
diff --git a/dist/images/pet_store_api.png b/dist/images/pet_store_api.png
deleted file mode 100644
index f9f9cd4aeb3..00000000000
Binary files a/dist/images/pet_store_api.png and /dev/null differ
diff --git a/dist/images/throbber.gif b/dist/images/throbber.gif
deleted file mode 100644
index 06393889242..00000000000
Binary files a/dist/images/throbber.gif and /dev/null differ
diff --git a/dist/images/wordnik_api.png b/dist/images/wordnik_api.png
deleted file mode 100644
index dca4f1455ac..00000000000
Binary files a/dist/images/wordnik_api.png and /dev/null differ
diff --git a/dist/index.html b/dist/index.html
deleted file mode 100644
index 3e47f2b8d2e..00000000000
--- a/dist/index.html
+++ /dev/null
@@ -1,119 +0,0 @@
-
-
-
-
- Swagger UI
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/dist/lang/en.js b/dist/lang/en.js
deleted file mode 100644
index 776a8b72e0d..00000000000
--- a/dist/lang/en.js
+++ /dev/null
@@ -1,53 +0,0 @@
-'use strict';
-
-/* jshint quotmark: double */
-window.SwaggerTranslator.learn({
- "Warning: Deprecated":"Warning: Deprecated",
- "Implementation Notes":"Implementation Notes",
- "Response Class":"Response Class",
- "Status":"Status",
- "Parameters":"Parameters",
- "Parameter":"Parameter",
- "Value":"Value",
- "Description":"Description",
- "Parameter Type":"Parameter Type",
- "Data Type":"Data Type",
- "Response Messages":"Response Messages",
- "HTTP Status Code":"HTTP Status Code",
- "Reason":"Reason",
- "Response Model":"Response Model",
- "Request URL":"Request URL",
- "Response Body":"Response Body",
- "Response Code":"Response Code",
- "Response Headers":"Response Headers",
- "Hide Response":"Hide Response",
- "Headers":"Headers",
- "Try it out!":"Try it out!",
- "Show/Hide":"Show/Hide",
- "List Operations":"List Operations",
- "Expand Operations":"Expand Operations",
- "Raw":"Raw",
- "can't parse JSON. Raw result":"can't parse JSON. Raw result",
- "Model Schema":"Model Schema",
- "Model":"Model",
- "apply":"apply",
- "Username":"Username",
- "Password":"Password",
- "Terms of service":"Terms of service",
- "Created by":"Created by",
- "See more at":"See more at",
- "Contact the developer":"Contact the developer",
- "api version":"api version",
- "Response Content Type":"Response Content Type",
- "fetching resource":"fetching resource",
- "fetching resource list":"fetching resource list",
- "Explore":"Explore",
- "Show Swagger Petstore Example Apis":"Show Swagger Petstore Example Apis",
- "Can't read from server. It may not have the appropriate access-control-origin settings.":"Can't read from server. It may not have the appropriate access-control-origin settings.",
- "Please specify the protocol for":"Please specify the protocol for",
- "Can't read swagger JSON from":"Can't read swagger JSON from",
- "Finished Loading Resource Information. Rendering Swagger UI":"Finished Loading Resource Information. Rendering Swagger UI",
- "Unable to read api":"Unable to read api",
- "from path":"from path",
- "server returned":"server returned"
-});
diff --git a/dist/lang/es.js b/dist/lang/es.js
deleted file mode 100644
index a8dff60b6a9..00000000000
--- a/dist/lang/es.js
+++ /dev/null
@@ -1,52 +0,0 @@
-'use strict';
-
-/* jshint quotmark: double */
-window.SwaggerTranslator.learn({
- "Warning: Deprecated":"Advertencia: Obsoleto",
- "Implementation Notes":"Notas de implementación",
- "Response Class":"Clase de la Respuesta",
- "Status":"Status",
- "Parameters":"Parámetros",
- "Parameter":"Parámetro",
- "Value":"Valor",
- "Description":"Descripción",
- "Parameter Type":"Tipo del Parámetro",
- "Data Type":"Tipo del Dato",
- "Response Messages":"Mensajes de la Respuesta",
- "HTTP Status Code":"Código de Status HTTP",
- "Reason":"Razón",
- "Response Model":"Modelo de la Respuesta",
- "Request URL":"URL de la Solicitud",
- "Response Body":"Cuerpo de la Respuesta",
- "Response Code":"Código de la Respuesta",
- "Response Headers":"Encabezados de la Respuesta",
- "Hide Response":"Ocultar Respuesta",
- "Try it out!":"Pruébalo!",
- "Show/Hide":"Mostrar/Ocultar",
- "List Operations":"Listar Operaciones",
- "Expand Operations":"Expandir Operaciones",
- "Raw":"Crudo",
- "can't parse JSON. Raw result":"no puede parsear el JSON. Resultado crudo",
- "Model Schema":"Esquema del Modelo",
- "Model":"Modelo",
- "apply":"aplicar",
- "Username":"Nombre de usuario",
- "Password":"Contraseña",
- "Terms of service":"Términos de Servicio",
- "Created by":"Creado por",
- "See more at":"Ver más en",
- "Contact the developer":"Contactar al desarrollador",
- "api version":"versión de la api",
- "Response Content Type":"Tipo de Contenido (Content Type) de la Respuesta",
- "fetching resource":"buscando recurso",
- "fetching resource list":"buscando lista del recurso",
- "Explore":"Explorar",
- "Show Swagger Petstore Example Apis":"Mostrar Api Ejemplo de Swagger Petstore",
- "Can't read from server. It may not have the appropriate access-control-origin settings.":"No se puede leer del servidor. Tal vez no tiene la configuración de control de acceso de origen (access-control-origin) apropiado.",
- "Please specify the protocol for":"Por favor, especificar el protocola para",
- "Can't read swagger JSON from":"No se puede leer el JSON de swagger desde",
- "Finished Loading Resource Information. Rendering Swagger UI":"Finalizada la carga del recurso de Información. Mostrando Swagger UI",
- "Unable to read api":"No se puede leer la api",
- "from path":"desde ruta",
- "server returned":"el servidor retornó"
-});
diff --git a/dist/lang/pt.js b/dist/lang/pt.js
deleted file mode 100644
index f2e7c13d413..00000000000
--- a/dist/lang/pt.js
+++ /dev/null
@@ -1,53 +0,0 @@
-'use strict';
-
-/* jshint quotmark: double */
-window.SwaggerTranslator.learn({
- "Warning: Deprecated":"Aviso: Depreciado",
- "Implementation Notes":"Notas de Implementação",
- "Response Class":"Classe de resposta",
- "Status":"Status",
- "Parameters":"Parâmetros",
- "Parameter":"Parâmetro",
- "Value":"Valor",
- "Description":"Descrição",
- "Parameter Type":"Tipo de parâmetro",
- "Data Type":"Tipo de dados",
- "Response Messages":"Mensagens de resposta",
- "HTTP Status Code":"Código de status HTTP",
- "Reason":"Razão",
- "Response Model":"Modelo resposta",
- "Request URL":"URL requisição",
- "Response Body":"Corpo da resposta",
- "Response Code":"Código da resposta",
- "Response Headers":"Cabeçalho da resposta",
- "Headers":"Cabeçalhos",
- "Hide Response":"Esconder resposta",
- "Try it out!":"Tente agora!",
- "Show/Hide":"Mostrar/Esconder",
- "List Operations":"Listar operações",
- "Expand Operations":"Expandir operações",
- "Raw":"Cru",
- "can't parse JSON. Raw result":"Falha ao analisar JSON. Resulto cru",
- "Model Schema":"Modelo esquema",
- "Model":"Modelo",
- "apply":"Aplicar",
- "Username":"Usuário",
- "Password":"Senha",
- "Terms of service":"Termos do serviço",
- "Created by":"Criado por",
- "See more at":"Veja mais em",
- "Contact the developer":"Contate o desenvolvedor",
- "api version":"Versão api",
- "Response Content Type":"Tipo de conteúdo da resposta",
- "fetching resource":"busca recurso",
- "fetching resource list":"buscando lista de recursos",
- "Explore":"Explorar",
- "Show Swagger Petstore Example Apis":"Show Swagger Petstore Example Apis",
- "Can't read from server. It may not have the appropriate access-control-origin settings.":"Não é possível ler do servidor. Pode não ter as apropriadas configurações access-control-origin",
- "Please specify the protocol for":"Por favor especifique o protocolo",
- "Can't read swagger JSON from":"Não é possível ler o JSON Swagger de",
- "Finished Loading Resource Information. Rendering Swagger UI":"Carregar informação de recurso finalizada. Renderizando Swagger UI",
- "Unable to read api":"Não foi possível ler api",
- "from path":"do caminho",
- "server returned":"servidor retornou"
-});
diff --git a/dist/lang/ru.js b/dist/lang/ru.js
deleted file mode 100644
index 065100f73f9..00000000000
--- a/dist/lang/ru.js
+++ /dev/null
@@ -1,52 +0,0 @@
-'use strict';
-
-/* jshint quotmark: double */
-window.SwaggerTranslator.learn({
- "Warning: Deprecated":"Ворнинг: Депрекейтед",
- "Implementation Notes":"Заметки",
- "Response Class":"Пример ответа",
- "Status":"Статус",
- "Parameters":"Параметры",
- "Parameter":"Параметр",
- "Value":"Значение",
- "Description":"Описание",
- "Parameter Type":"Тип параметра",
- "Data Type":"Тип данных",
- "HTTP Status Code":"HTTP код",
- "Reason":"Причина",
- "Response Model":"Структура ответа",
- "Request URL":"URL запроса",
- "Response Body":"Тело ответа",
- "Response Code":"HTTP код ответа",
- "Response Headers":"Заголовки ответа",
- "Hide Response":"Спрятать ответ",
- "Response Messages":"Что может прийти в ответ",
- "Try it out!":"Попробовать!",
- "Show/Hide":"Показать/Скрыть",
- "List Operations":"Операции кратко",
- "Expand Operations":"Операции подробно",
- "Raw":"В сыром виде",
- "can't parse JSON. Raw result":"Не удается распарсить ответ:",
- "Model Schema":"Структура",
- "Model":"Описание",
- "apply":"применить",
- "Username":"Имя пользователя",
- "Password":"Пароль",
- "Terms of service":"Условия использования",
- "Created by":"Разработано",
- "See more at":"Еще тут",
- "Contact the developer":"Связаться с разработчиком",
- "api version":"Версия API",
- "Response Content Type":"Content Type ответа",
- "fetching resource":"Получение ресурса",
- "fetching resource list":"Получение ресурсов",
- "Explore":"Поехали",
- "Show Swagger Petstore Example Apis":"Показать примеры АПИ",
- "Can't read from server. It may not have the appropriate access-control-origin settings.":"Не удается получить ответ от сервера. Возможно, какая-то лажа с настройками доступа",
- "Please specify the protocol for":"Пожалуйста, укажите протогол для",
- "Can't read swagger JSON from":"Не получается прочитать swagger json из",
- "Finished Loading Resource Information. Rendering Swagger UI":"Загрузка информации о ресурсах завершена. Рендерим",
- "Unable to read api":"Не удалось прочитать api",
- "from path":"по адресу",
- "server returned":"сервер сказал"
-});
diff --git a/dist/lang/translator.js b/dist/lang/translator.js
deleted file mode 100644
index 591f6d40943..00000000000
--- a/dist/lang/translator.js
+++ /dev/null
@@ -1,39 +0,0 @@
-'use strict';
-
-/**
- * Translator for documentation pages.
- *
- * To enable translation you should include one of language-files in your index.html
- * after .
- * For example -
- *
- * If you wish to translate some new texsts you should do two things:
- * 1. Add a new phrase pair ("New Phrase": "New Translation") into your language file (for example lang/ru.js). It will be great if you add it in other language files too.
- * 2. Mark that text it templates this way New Phrase or .
- * The main thing here is attribute data-sw-translate. Only inner html, title-attribute and value-attribute are going to translate.
- *
- */
-window.SwaggerTranslator = {
-
- _words:[],
-
- translate: function(sel) {
- var $this = this;
- sel = sel || '[data-sw-translate]';
-
- $(sel).each(function() {
- $(this).html($this._tryTranslate($(this).html()));
-
- $(this).val($this._tryTranslate($(this).val()));
- $(this).attr('title', $this._tryTranslate($(this).attr('title')));
- });
- },
-
- _tryTranslate: function(word) {
- return this._words[$.trim(word)] !== undefined ? this._words[$.trim(word)] : word;
- },
-
- learn: function(wordsMap) {
- this._words = wordsMap;
- }
-};
diff --git a/dist/lib/backbone-min.js b/dist/lib/backbone-min.js
deleted file mode 100644
index a3f544be6d9..00000000000
--- a/dist/lib/backbone-min.js
+++ /dev/null
@@ -1,15 +0,0 @@
-// Backbone.js 1.1.2
-
-(function(t,e){if(typeof define==="function"&&define.amd){define(["underscore","jquery","exports"],function(i,r,s){t.Backbone=e(t,s,i,r)})}else if(typeof exports!=="undefined"){var i=require("underscore");e(t,exports,i)}else{t.Backbone=e(t,{},t._,t.jQuery||t.Zepto||t.ender||t.$)}})(this,function(t,e,i,r){var s=t.Backbone;var n=[];var a=n.push;var o=n.slice;var h=n.splice;e.VERSION="1.1.2";e.$=r;e.noConflict=function(){t.Backbone=s;return this};e.emulateHTTP=false;e.emulateJSON=false;var u=e.Events={on:function(t,e,i){if(!c(this,"on",t,[e,i])||!e)return this;this._events||(this._events={});var r=this._events[t]||(this._events[t]=[]);r.push({callback:e,context:i,ctx:i||this});return this},once:function(t,e,r){if(!c(this,"once",t,[e,r])||!e)return this;var s=this;var n=i.once(function(){s.off(t,n);e.apply(this,arguments)});n._callback=e;return this.on(t,n,r)},off:function(t,e,r){var s,n,a,o,h,u,l,f;if(!this._events||!c(this,"off",t,[e,r]))return this;if(!t&&!e&&!r){this._events=void 0;return this}o=t?[t]:i.keys(this._events);for(h=0,u=o.length;h").attr(t);this.setElement(r,false)}else{this.setElement(i.result(this,"el"),false)}}});e.sync=function(t,r,s){var n=T[t];i.defaults(s||(s={}),{emulateHTTP:e.emulateHTTP,emulateJSON:e.emulateJSON});var a={type:n,dataType:"json"};if(!s.url){a.url=i.result(r,"url")||M()}if(s.data==null&&r&&(t==="create"||t==="update"||t==="patch")){a.contentType="application/json";a.data=JSON.stringify(s.attrs||r.toJSON(s))}if(s.emulateJSON){a.contentType="application/x-www-form-urlencoded";a.data=a.data?{model:a.data}:{}}if(s.emulateHTTP&&(n==="PUT"||n==="DELETE"||n==="PATCH")){a.type="POST";if(s.emulateJSON)a.data._method=n;var o=s.beforeSend;s.beforeSend=function(t){t.setRequestHeader("X-HTTP-Method-Override",n);if(o)return o.apply(this,arguments)}}if(a.type!=="GET"&&!s.emulateJSON){a.processData=false}if(a.type==="PATCH"&&k){a.xhr=function(){return new ActiveXObject("Microsoft.XMLHTTP")}}var h=s.xhr=e.ajax(i.extend(a,s));r.trigger("request",r,h,s);return h};var k=typeof window!=="undefined"&&!!window.ActiveXObject&&!(window.XMLHttpRequest&&(new XMLHttpRequest).dispatchEvent);var T={create:"POST",update:"PUT",patch:"PATCH","delete":"DELETE",read:"GET"};e.ajax=function(){return e.$.ajax.apply(e.$,arguments)};var $=e.Router=function(t){t||(t={});if(t.routes)this.routes=t.routes;this._bindRoutes();this.initialize.apply(this,arguments)};var S=/\((.*?)\)/g;var H=/(\(\?)?:\w+/g;var A=/\*\w+/g;var I=/[\-{}\[\]+?.,\\\^$|#\s]/g;i.extend($.prototype,u,{initialize:function(){},route:function(t,r,s){if(!i.isRegExp(t))t=this._routeToRegExp(t);if(i.isFunction(r)){s=r;r=""}if(!s)s=this[r];var n=this;e.history.route(t,function(i){var a=n._extractParameters(t,i);n.execute(s,a);n.trigger.apply(n,["route:"+r].concat(a));n.trigger("route",r,a);e.history.trigger("route",n,r,a)});return this},execute:function(t,e){if(t)t.apply(this,e)},navigate:function(t,i){e.history.navigate(t,i);return this},_bindRoutes:function(){if(!this.routes)return;this.routes=i.result(this,"routes");var t,e=i.keys(this.routes);while((t=e.pop())!=null){this.route(t,this.routes[t])}},_routeToRegExp:function(t){t=t.replace(I,"\\$&").replace(S,"(?:$1)?").replace(H,function(t,e){return e?t:"([^/?]+)"}).replace(A,"([^?]*?)");return new RegExp("^"+t+"(?:\\?([\\s\\S]*))?$")},_extractParameters:function(t,e){var r=t.exec(e).slice(1);return i.map(r,function(t,e){if(e===r.length-1)return t||null;return t?decodeURIComponent(t):null})}});var N=e.History=function(){this.handlers=[];i.bindAll(this,"checkUrl");if(typeof window!=="undefined"){this.location=window.location;this.history=window.history}};var R=/^[#\/]|\s+$/g;var O=/^\/+|\/+$/g;var P=/msie [\w.]+/;var C=/\/$/;var j=/#.*$/;N.started=false;i.extend(N.prototype,u,{interval:50,atRoot:function(){return this.location.pathname.replace(/[^\/]$/,"$&/")===this.root},getHash:function(t){var e=(t||this).location.href.match(/#(.*)$/);return e?e[1]:""},getFragment:function(t,e){if(t==null){if(this._hasPushState||!this._wantsHashChange||e){t=decodeURI(this.location.pathname+this.location.search);var i=this.root.replace(C,"");if(!t.indexOf(i))t=t.slice(i.length)}else{t=this.getHash()}}return t.replace(R,"")},start:function(t){if(N.started)throw new Error("Backbone.history has already been started");N.started=true;this.options=i.extend({root:"/"},this.options,t);this.root=this.options.root;this._wantsHashChange=this.options.hashChange!==false;this._wantsPushState=!!this.options.pushState;this._hasPushState=!!(this.options.pushState&&this.history&&this.history.pushState);var r=this.getFragment();var s=document.documentMode;var n=P.exec(navigator.userAgent.toLowerCase())&&(!s||s<=7);this.root=("/"+this.root+"/").replace(O,"/");if(n&&this._wantsHashChange){var a=e.$('