Skip to content

Commit b6861a0

Browse files
committed
2 parents ca06eef + 269577e commit b6861a0

6 files changed

+48
-2788
lines changed

.github/workflows/coinapi-exchange-rates-api-historical-rest-openapi-to-sdk.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ jobs:
1818
with:
1919
product_line_slug: "coinapi"
2020
api_type_slug: "exchange-rates-api-rest-historical"
21-
commit_message_subject: "CoinAPI Exchange Rates Historical API REST Historical"
21+
commit_message_subject: "CoinAPI Exchange Rates API REST Historical"
2222
secrets:
2323
PAT_TOKEN: ${{ secrets.PAT_TOKEN }}

.github/workflows/coinapi-exchange-rates-api-realtime-rest-openapi-to-sdk.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ jobs:
1818
with:
1919
product_line_slug: "coinapi"
2020
api_type_slug: "exchange-rates-api-rest-realtime"
21-
commit_message_subject: "CoinAPI Exchange Rates Realtime API REST Historical"
21+
commit_message_subject: "CoinAPI Exchange Rates API REST Realtime"
2222
secrets:
2323
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: FinFeedAPI Currencies API 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+
- 'finfeedapi/currencies-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+
- 'finfeedapi/currencies-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: "finfeedapi"
20+
api_type_slug: "currencies-api-rest-historical"
21+
commit_message_subject: "FinFeedAPI Currencies 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: FinFeedAPI Currencies API 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+
- 'finfeedapi/currencies-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+
- 'finfeedapi/currencies-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: "finfeedapi"
20+
api_type_slug: "currencies-api-rest-realtime"
21+
commit_message_subject: "FinFeedAPI Currencies API REST Realtime"
22+
secrets:
23+
PAT_TOKEN: ${{ secrets.PAT_TOKEN }}

0 commit comments

Comments
 (0)