We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75ba17d commit 5476914Copy full SHA for 5476914
.github/workflows/generate-sec-api-python-sdk.yaml
@@ -92,7 +92,7 @@ jobs:
92
# outputDir like '../sdk/python' (relative to the config file) or
93
# an absolute path like '${{ github.workspace }}/finfeedapi/sec-api/sdk/python'.
94
echo "Running OpenAPI Generator CLI batch process..."
95
- openapi-generator-cli batch finfeedapi/sec-api/sdk-config/*.yaml -v
+ openapi-generator-cli batch finfeedapi/sec-api/sdk-config/*.yaml -v -o "${SDK_OUTPUT_DIR}"
96
97
echo "SDKs generation complete."
98
finfeedapi/sec-api/spec/sec-api-historical.json
@@ -1,7 +1,7 @@
1
{
2
"openapi": "3.0.1",
3
"info": {
4
- "title": "REST API",
+ "title": "REST API",
5
"contact": {
6
"name": "API BRICKS LTD",
7
"url": "https://www.finfeedapi.com",
0 commit comments