-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Separate yaml files to individual domains with introducing Alert API …
…domain
- Loading branch information
Showing
86 changed files
with
2,355 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# OpsGenie Client SDK Swagger | ||
|
||
### Generate a single json from separated yaml's. | ||
|
||
Pre-requisites | ||
- Node.js with npm (https://nodejs.org/en/download/) | ||
|
||
You need to install the node dependencies once. | ||
```bash | ||
cd multi-file-swagger | ||
npm install | ||
``` | ||
|
||
Now you can generate the single swagger json file. | ||
```bash | ||
node ./multi-file-swagger/index.js -- swagger.yaml > swagger.json | ||
``` |
Empty file.
Oops, something went wrong.