Skip to content

Commit

Permalink
Separate yaml files to individual domains with introducing Alert API …
Browse files Browse the repository at this point in the history
…domain
  • Loading branch information
alpgurtan committed Jul 25, 2017
1 parent 08f5679 commit 834ac0e
Show file tree
Hide file tree
Showing 86 changed files with 2,355 additions and 0 deletions.
17 changes: 17 additions & 0 deletions README.md
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 added definitions/account.yaml
Empty file.
Loading

0 comments on commit 834ac0e

Please sign in to comment.