Skip to content

Commit 68fea0f

Browse files
committed
removed again oAuth
1 parent 8188463 commit 68fea0f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/generate_api.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
- name: Generate API
4848
run: |
4949
cd external-repo/Software
50-
npx @openapitools/openapi-generator-cli -p AddOAuth="auth" --custom-generator MATLAB/lib/jar/MATLABClientCodegen-openapi-generator-0.0.1.jar generate -g MATLAB -i ${{ env.OPENAPI_SPEC }} -o macrobond --package-name ${{ env.PACKAGE_NAME }}
50+
npx @openapitools/openapi-generator-cli --custom-generator MATLAB/lib/jar/MATLABClientCodegen-openapi-generator-0.0.1.jar generate -g MATLAB -i ${{ env.OPENAPI_SPEC }} -o macrobond --package-name ${{ env.PACKAGE_NAME }}
5151
5252
- name: Configure Git
5353
run: |

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## MACROBOND Data API for MATLAB
22

3-
This repository autogenerates the Macrobond Data API for MATLAB. The latest openAPI definition is pulled once a month from the official directory:
3+
This repository autogenerates the [Macrobond Data API](https://help.macrobond.com/technical-information/the-macrobond-data-web-api-feed/) for MATLAB. The latest openAPI definition is pulled once a month from the official directory:
44

55
https://api.macrobondfinancial.com/swagger/v1/swagger.json
66

0 commit comments

Comments
 (0)