Skip to content

Commit 9adeeb3

Browse files
committed
flow fix
1 parent 9f3515e commit 9adeeb3

File tree

403 files changed

+538
-30969
lines changed

Some content is hidden

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

403 files changed

+538
-30969
lines changed
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
name: CoinAPI Exchange Rates Historical API REST OpenAPI to SDK
2+
3+
on:
4+
push:
5+
branches:
6+
- master # Adjust to your default branch (e.g., main) if different
7+
paths:
8+
- 'coinapi/exchange-rates-api-rest-historical/spec/openapi.json'
9+
pull_request:
10+
branches:
11+
- master # Adjust to your default branch (e.g., main) if different
12+
paths:
13+
- 'coinapi/exchange-rates-api-rest-historical/spec/openapi.json'
14+
15+
jobs:
16+
call-reusable-workflow:
17+
uses: ./.github/workflows/reusable-openapi-to-sdk.yaml
18+
with:
19+
product_line_slug: "coinapi"
20+
api_type_slug: "exchange-rates-api-rest-historical"
21+
commit_message_subject: "CoinAPI Exchange Rates Historical API REST Historical"
22+
secrets:
23+
PAT_TOKEN: ${{ secrets.PAT_TOKEN }}
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
name: CoinAPI Exchange Rates Realtime API REST OpenAPI to SDK
2+
3+
on:
4+
push:
5+
branches:
6+
- master # Adjust to your default branch (e.g., main) if different
7+
paths:
8+
- 'coinapi/exchange-rates-api-rest-realtime/spec/openapi.json'
9+
pull_request:
10+
branches:
11+
- master # Adjust to your default branch (e.g., main) if different
12+
paths:
13+
- 'coinapi/exchange-rates-api-rest-realtime/spec/openapi.json'
14+
15+
jobs:
16+
call-reusable-workflow:
17+
uses: ./.github/workflows/reusable-openapi-to-sdk.yaml
18+
with:
19+
product_line_slug: "coinapi"
20+
api_type_slug: "exchange-rates-api-rest-realtime"
21+
commit_message_subject: "CoinAPI Exchange Rates Realtime API REST Historical"
22+
secrets:
23+
PAT_TOKEN: ${{ secrets.PAT_TOKEN }}
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
1-
name: CoinAPI Indexes API REST OpenAPI to SDK
1+
name: CoinAPI Market Data API REST OpenAPI to SDK
22

33
on:
44
push:
55
branches:
66
- master # Adjust to your default branch (e.g., main) if different
77
paths:
8-
- 'coinapi/indexes-api-rest/spec/openapi.json'
8+
- 'coinapi/market-data-api-rest/spec/openapi.json'
99
pull_request:
1010
branches:
1111
- master # Adjust to your default branch (e.g., main) if different
1212
paths:
13-
- 'coinapi/indexes-api-rest/spec/openapi.json'
13+
- 'coinapi/market-data-api-rest/spec/openapi.json'
1414

1515
jobs:
1616
call-reusable-workflow:
1717
uses: ./.github/workflows/reusable-openapi-to-sdk.yaml
1818
with:
1919
product_line_slug: "coinapi"
20-
api_type_slug: "indexes-api-rest"
21-
commit_message_subject: "CoinAPI Indexes API REST Historical"
20+
api_type_slug: "market-data-api-rest"
21+
commit_message_subject: "CoinAPI Market Data API REST Historical"
2222
secrets:
2323
PAT_TOKEN: ${{ secrets.PAT_TOKEN }}

.github/workflows/coinapi-market-data-api-rest-csharp-publish-nuget.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@ on:
66
branches:
77
- master
88
paths:
9-
- 'coinapi/market-data-api-rest/sdk/csharp-rest/**'
9+
- 'coinapi/market-data-api-rest/sdk-handcrafted/csharp-rest/**'
1010

1111
jobs:
1212
publish:
1313
runs-on: ubuntu-latest
1414
defaults:
1515
run:
16-
working-directory: coinapi/market-data-api-rest/sdk/csharp-rest
16+
working-directory: coinapi/market-data-api-rest/sdk-handcrafted/csharp-rest
1717
steps:
1818
- uses: actions/checkout@v2
1919

.github/workflows/coinapi-market-data-api-rest-java-publish-github.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@ on:
66
branches:
77
- master
88
paths:
9-
- 'coinapi/market-data-api-rest/sdk/java-rest/**'
9+
- 'coinapi/market-data-api-rest/sdk-handcrafted/java-rest/**'
1010

1111
jobs:
1212
publish:
1313
runs-on: ubuntu-latest
1414
defaults:
1515
run:
16-
working-directory: coinapi/market-data-api-rest/sdk/java-rest
16+
working-directory: coinapi/market-data-api-rest/sdk-handcrafted/java-rest
1717
steps:
1818
- uses: actions/checkout@v2
1919

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
name: CoinAPI Indexes API REST OpenAPI to SDK
2+
3+
on:
4+
push:
5+
branches:
6+
- master # Adjust to your default branch (e.g., main) if different
7+
paths:
8+
- 'coinapi/indexes-api-rest/spec/openapi.json'
9+
pull_request:
10+
branches:
11+
- master # Adjust to your default branch (e.g., main) if different
12+
paths:
13+
- 'coinapi/indexes-api-rest/spec/openapi.json'
14+
15+
jobs:
16+
call-reusable-workflow:
17+
uses: ./.github/workflows/reusable-openapi-to-sdk.yaml
18+
with:
19+
product_line_slug: "coinapi"
20+
api_type_slug: "indexes-api-rest"
21+
commit_message_subject: "CoinAPI Indexes API REST Historical"
22+
secrets:
23+
PAT_TOKEN: ${{ secrets.PAT_TOKEN }}

.github/workflows/coinapi-market-data-api-rest-python-publish-pypi.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@ on:
66
branches:
77
- master
88
paths:
9-
- 'coinapi/market-data-api-rest/sdk/python-rest/**'
9+
- 'coinapi/market-data-api-rest/sdk-handcrafted/python-rest/**'
1010

1111
jobs:
1212
publish:
1313
runs-on: ubuntu-latest
1414
defaults:
1515
run:
16-
working-directory: coinapi/market-data-api-rest/sdk/python-rest
16+
working-directory: coinapi/market-data-api-rest/sdk-handcrafted/python-rest
1717
steps:
1818
- uses: actions/checkout@v2
1919

.github/workflows/coinapi-market-data-api-ws-csharp-publish-nuget.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
branches:
77
- master
88
paths:
9-
- 'coinapi/market-data-api-ws/sdk/csharp-ws/**'
9+
- 'coinapi/market-data-api-ws/sdk-handcrafted/csharp-ws/**'
1010

1111
jobs:
1212
publish:

.github/workflows/coinapi-market-data-api-ws-java-publish-github.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
branches:
77
- master
88
paths:
9-
- 'coinapi/market-data-api-ws/sdk/java-websocket/**'
9+
- 'coinapi/market-data-api-ws/sdk-hand/java-websocket/**'
1010

1111
jobs:
1212
publish:
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:

0 commit comments

Comments
 (0)