Skip to content

Commit 6df7580

Browse files
authored
Merge pull request #11 from advanced-rest-client/6.0.0-preview
6.0.0 preview
2 parents 5e95ba1 + 2653354 commit 6df7580

21 files changed

Lines changed: 5870 additions & 9586 deletions

.eslintignore

Lines changed: 0 additions & 3 deletions
This file was deleted.

.eslintrc.js

Lines changed: 0 additions & 3 deletions
This file was deleted.

.vscode/settings.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"cSpell.words": [
3+
"Applian",
4+
"Nexmo",
5+
"RAML's",
6+
"apiserverchanged",
7+
"klass",
8+
"mycompany",
9+
"noinfo",
10+
"notypes",
11+
"tryit"
12+
]
13+
}

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@
88

99
A component to generate documentation for an API resource from AMF model.
1010

11-
**See breaking changes and list of required dependencies at the bottom of this document**
12-
1311
## Version compatibility
1412

1513
This version only works with AMF model version 2 (AMF parser >= 4.0.0).
@@ -18,7 +16,8 @@ For compatibility with previous model version use `3.x.x` version of the compone
1816
## Usage
1917

2018
### Installation
21-
```
19+
20+
```sh
2221
npm install --save @api-components/api-endpoint-documentation
2322
```
2423

@@ -84,13 +83,14 @@ npm start
8483
```
8584

8685
### Running the tests
86+
8787
```sh
8888
npm test
8989
```
9090

9191
## Breaking Changes in v3
9292

93-
When using `inlinemethods` property you should note this breaking changes.
93+
When using `inlineMethods` property you should note this breaking changes.
9494

9595
### OAuth popup location
9696

0 commit comments

Comments
 (0)