API Explorer for LoopBack 4.
The UI will be available at https://explorer.loopback.io/?url=*your-openapi-or-swagger-spec-url* or https://explorer.loopback.io/?url=*your-openapi-or-swagger-spec-url*.
To preview this website locally,
- Install Node.js version 8 or higher
- Clone this repo:
git clone https://github.com/strongloop/explorer.loopback.io.git
- Enter the repository directory and run the following commands:
cd explorer.loopback.io
npm install
npm start
Running npm run swagger-ui
will update the explorer by first DELETING all files/folder in this repository except the ones in the filesToKeep
array in update-swagger-ui.js
and then copying the new files in their place.
To change the base templates, please modify index.loopback.html
.
To upgrade swagger-ui
to a newer version:
-
Update the
swagger-ui-dist
version in package.json. You can usenpm update swagger-ui-dist
. -
Run
npm install
which in turn executesnode ./update-swagger-ui.sh
to copy files. -
Create a pull request to merge changes to
master
branch.
This project uses DCO. Be sure to sign off
your commits using the -s
flag or adding Signed-off-By: Name<Email>
in the
commit message.
Example
git commit -s -m "feat: my commit message"
This repository is provided under the MIT License.