Skip to content

Commit edd0f44

Browse files
committed
fix
1 parent 55eccc0 commit edd0f44

File tree

2,129 files changed

+38
-76959
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

2,129 files changed

+38
-76959
lines changed

.github/workflows/generate-sec-api-python-sdk.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,8 @@ jobs:
9292
# outputDir like '../sdk/python' (relative to the config file) or
9393
# an absolute path like '${{ github.workspace }}/finfeedapi/sec-api/sdk/python'.
9494
echo "Running OpenAPI Generator CLI batch process..."
95-
openapi-generator-cli batch ./finfeedapi/sec-api/sdk-config/*.yaml -v
95+
cd finfeedapi/sec-api/
96+
openapi-generator-cli batch ./sdk-config/*.yaml -v
9697
9798
echo "SDKs generation complete."
9899
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"$schema": "./node_modules/@openapitools/openapi-generator-cli/config.schema.json",
3+
"spaces": 2,
4+
"generator-cli": {
5+
"version": "7.13.0"
6+
}
7+
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
inputSpec: "./finfeedapi/sec-api/spec/sec-api-historical.json"
1+
inputSpec: "./spec/sec-api-historical.json"
22
additionalProperties:
33
x-ext-name: "Tomasz Przybysz"
File renamed without changes.

out/ada/.openapi-generator/FILES renamed to finfeedapi/sec-api/sdk/ada/.openapi-generator/FILES

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
.openapi-generator-ignore
21
config.gpr
32
defaultpackage.gpr
43
src/-client.adb
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)