Skip to content

Commit f7fbe8d

Browse files
committed
test
1 parent 9e65e08 commit f7fbe8d

39 files changed

+154
-2
lines changed

finfeedapi/sec-api/spec/sec-api-historical.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"openapi": "3.0.1",
33
"info": {
44
"title": "REST API",
5-
"contact": {
5+
"contact": {
66
"name": "API BRICKS LTD",
77
"url": "https://www.finfeedapi.com",
88
"email": "[email protected]"
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
'!include': 'shared/common.yaml'
2+
outputDir: sdk/ada
3+
generatorName: ada
4+
additionalProperties:
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
'!include': 'shared/common.yaml'
2+
outputDir: sdk/android
3+
generatorName: android
4+
additionalProperties:
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
'!include': 'shared/common.yaml'
2+
outputDir: sdk/apex
3+
generatorName: apex
4+
additionalProperties:
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
'!include': 'shared/common.yaml'
2+
outputDir: sdk/bash
3+
generatorName: bash
4+
additionalProperties:
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
'!include': 'shared/common.yaml'
2+
outputDir: sdk/c
3+
generatorName: c
4+
additionalProperties:
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
'!include': 'shared/common.yaml'
2+
outputDir: sdk/clojure
3+
generatorName: clojure
4+
additionalProperties:
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
'!include': 'shared/common.yaml'
2+
outputDir: sdk/cpp-restsdk
3+
generatorName: cpp-restsdk
4+
additionalProperties:
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
'!include': 'shared/common.yaml'
2+
outputDir: sdk/cpp-tizen
3+
generatorName: cpp-tizen
4+
additionalProperties:
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
'!include': 'shared/common.yaml'
2+
outputDir: sdk/csharp
3+
generatorName: csharp
4+
additionalProperties:
5+
useCompareNetObjects: "true"
6+
packageName: APIBricks.FinFeedAPI.STOCKAPI.REST.V1

0 commit comments

Comments
 (0)