@supermodeltools/openapi-spec 0.4.0 → 0.4.2
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 +2 -1
- package/openapi.yaml +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
[](https://www.npmjs.com/package/@supermodeltools/openapi-spec)
|
|
4
4
|
[](https://spec.openapis.org/oas/v3.0.0)
|
|
5
|
+
[](https://github.com/supermodeltools/openapi-spec/actions/workflows/validate.yml)
|
|
5
6
|
|
|
6
7
|
OpenAPI 3.0 specification for the [Supermodel API](https://docs.supermodeltools.com) - code graphing and static analysis.
|
|
7
8
|
|
|
@@ -27,7 +28,7 @@ All endpoints accept a zipped repository snapshot and return graph data as JSON.
|
|
|
27
28
|
|
|
28
29
|
## Authentication
|
|
29
30
|
|
|
30
|
-
Requests require an API key via `X-Api-Key` header. Get your key from the [Supermodel Dashboard](https://supermodeltools.com
|
|
31
|
+
Requests require an API key via `X-Api-Key` header. Get your key from the [Supermodel Dashboard](https://dashboard.supermodeltools.com).
|
|
31
32
|
|
|
32
33
|
## Links
|
|
33
34
|
|
package/openapi.yaml
CHANGED