Skip to content

Commit cb862f8

Browse files
committed
fixes
1 parent 53f75c7 commit cb862f8

File tree

1,415 files changed

+135610
-194
lines changed

Some content is hidden

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

1,415 files changed

+135610
-194
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ 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+
openapi-generator-cli batch --includes-base-dir ./finfeedapi/sec-api/ ./sdk-config/*.yaml -v
9696
9797
echo "SDKs generation complete."
9898
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
'!include': 'shared/common.yaml'
2-
outputDir: out/ada
2+
outputDir: sdk/ada
33
generatorName: ada
44
additionalProperties:
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
'!include': 'shared/common.yaml'
2-
outputDir: out/android
2+
outputDir: sdk/android
33
generatorName: android
44
additionalProperties:
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
'!include': 'shared/common.yaml'
2-
outputDir: out/apex
2+
outputDir: sdk/apex
33
generatorName: apex
44
additionalProperties:
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
'!include': 'shared/common.yaml'
2-
outputDir: out/bash
2+
outputDir: sdk/bash
33
generatorName: bash
44
additionalProperties:
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
'!include': 'shared/common.yaml'
2-
outputDir: out/c
2+
outputDir: sdk/c
33
generatorName: c
44
additionalProperties:
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
'!include': 'shared/common.yaml'
2-
outputDir: out/clojure
2+
outputDir: sdk/clojure
33
generatorName: clojure
44
additionalProperties:
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
'!include': 'shared/common.yaml'
2-
outputDir: out/cpp-restsdk
2+
outputDir: sdk/cpp-restsdk
33
generatorName: cpp-restsdk
44
additionalProperties:
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
'!include': 'shared/common.yaml'
2-
outputDir: out/cpp-tizen
2+
outputDir: sdk/cpp-tizen
33
generatorName: cpp-tizen
44
additionalProperties:

finfeedapi/sec-api/sdk-config/csharp.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
'!include': 'shared/common.yaml'
2-
outputDir: out/csharp
2+
outputDir: sdk/csharp
33
generatorName: csharp
44
additionalProperties:
55
useCompareNetObjects: "true"

0 commit comments

Comments
 (0)