openapi-explorer 2.1.670 → 2.1.671
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md
CHANGED
@@ -28,10 +28,10 @@ This is an open source project managed by the [Authress Engineering team](https:
|
|
28
28
|
## Check out the Demo
|
29
29
|
[OpenAPI Explorer Demo](https://authress-engineering.github.io/openapi-explorer/#?route=get-/v1/users/-userId-/resources/-resourceUri-/permissions/-permission-)
|
30
30
|
|
31
|
-
(Curious about the exact styling of
|
31
|
+
(Curious about the [exact styling of the demo](./docs/authress-example.vue))
|
32
32
|
|
33
33
|
## Get started now
|
34
|
-
`npm
|
34
|
+
`npm install openapi-explorer`
|
35
35
|
|
36
36
|
### Quick start example
|
37
37
|
* `import 'openapi-explorer';`
|
@@ -45,7 +45,7 @@ This is an open source project managed by the [Authress Engineering team](https:
|
|
45
45
|
```
|
46
46
|
|
47
47
|
## Features
|
48
|
-
- OpenAPI 3.
|
48
|
+
- OpenAPI 3.X
|
49
49
|
- Built in automatic Internationalization (I18n)
|
50
50
|
- Works with any framework
|
51
51
|
- View resources, models, and directly make API calls
|
@@ -94,7 +94,7 @@ import 'openapi-explorer';
|
|
94
94
|
|
95
95
|
|
96
96
|
## Copyright
|
97
|
-
Copyright 2023 Rhosys AG
|
97
|
+
Copyright 2023-2024 Rhosys AG
|
98
98
|
|
99
99
|
Licensed under the Apache License, Version 2.0 (the "License");
|
100
100
|
you may not use this repository source except in compliance with the License.
|