openapi-sdkgen 0.2.2 → 1.1.0
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 +3 -3
- package/bin/darwin-amd64/openapi-sdkgen +0 -0
- package/bin/darwin-arm64/openapi-sdkgen +0 -0
- package/bin/linux-amd64/openapi-sdkgen +0 -0
- package/bin/linux-arm64/openapi-sdkgen +0 -0
- package/bin/windows-amd64/openapi-sdkgen.exe +0 -0
- package/bin/windows-arm64/openapi-sdkgen.exe +0 -0
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# openapi-sdkgen
|
|
2
2
|
|
|
3
|
-
Generate
|
|
4
|
-
|
|
3
|
+
Generate application SDK source from OpenAPI 3.0, 3.1, and 3.2 documents.
|
|
4
|
+
The current release includes the `typescript` target.
|
|
5
5
|
|
|
6
6
|
```sh
|
|
7
7
|
pnpm dlx openapi-sdkgen generate \
|
|
@@ -14,4 +14,4 @@ The package contains precompiled executables for macOS, Linux, and Windows on
|
|
|
14
14
|
arm64 and x64. Go is not required by consumers.
|
|
15
15
|
|
|
16
16
|
For command reference and generated SDK usage, see the
|
|
17
|
-
[project documentation](https://github.
|
|
17
|
+
[project documentation](https://connextable.github.io/openapi-sdkgen/).
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "openapi-sdkgen",
|
|
3
|
-
"version": "
|
|
4
|
-
"description": "Generate
|
|
3
|
+
"version": "1.1.0",
|
|
4
|
+
"description": "Generate application SDK source from OpenAPI documents.",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"bin": {
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"bugs": {
|
|
22
22
|
"url": "https://github.com/connextable/openapi-sdkgen/issues"
|
|
23
23
|
},
|
|
24
|
-
"homepage": "https://github.
|
|
24
|
+
"homepage": "https://connextable.github.io/openapi-sdkgen/",
|
|
25
25
|
"publishConfig": {
|
|
26
26
|
"access": "public"
|
|
27
27
|
}
|