This is a fork of the open-source project https://github.com/jensoleg/swagger-ui, which has been modified for CODI's API documentation. The Jensoleg project was a modified fork of Swagger UI. Swagger UI is a dependency-free collection of HTML, Javascript, and CSS assets that dynamically generate beautiful documentation from a Swagger-compliant API. Learn more about Swagger here.
To run this project locally, you will need to have node
and npm
installed. Then do the following:
-
Install
http-server
npm install -g http-server
-
Navigate to the
dist
directory and serve files from your file systemhttp-server --cors
Copyright 2011-2015 Reverb technologies, Inc.
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
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.