all: sync with master
This commit is contained in:
@@ -6,12 +6,6 @@ We are using [OpenAPI specification](https://swagger.io/docs/specification/about
|
||||
|
||||
The easiest way would be to use [Swagger Editor](http://editor.swagger.io/) and just copy/paste the YAML file there.
|
||||
|
||||
## How to read the API doc
|
||||
|
||||
1. `yarn install`
|
||||
2. `yarn start`
|
||||
3. open `http://localhost:4000/`
|
||||
|
||||
## Changelog
|
||||
|
||||
[Here](CHANGELOG.md) we keep track of all non-compatible changes that are being made.
|
||||
|
||||
@@ -1,12 +0,0 @@
|
||||
{
|
||||
"name": "adguard-home-api",
|
||||
"version": "0.2.0",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"start": "node_modules/.bin/speccy serve -p 4000 openapi.yaml",
|
||||
"test": "node_modules/.bin/speccy lint openapi.yaml"
|
||||
},
|
||||
"dependencies": {
|
||||
"speccy": "^0.11.0"
|
||||
}
|
||||
}
|
||||
1655
openapi/yarn.lock
1655
openapi/yarn.lock
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user