You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Updated code generator to use new version of OpenAPI specification (opensearch-project#721)
* Updated code generator to use new version of OpenAPI specification
Signed-off-by: saimedhi <saimedhi@amazon.com>
* Updated code generator to use native OpenAPI specification
Signed-off-by: saimedhi <saimedhi@amazon.com>
---------
Signed-off-by: saimedhi <saimedhi@amazon.com>
Copy file name to clipboardexpand all lines: .github/workflows/update_api.yml
+1-1
Original file line number
Diff line number
Diff line change
@@ -44,7 +44,7 @@ jobs:
44
44
commit-message: Updated opensearch-py to reflect the latest OpenSearch API spec (${{ steps.date.outputs.date }})
45
45
title: Updated opensearch-py to reflect the latest OpenSearch API spec
46
46
body: |
47
-
Updated [opensearch-py](https://github.com/opensearch-project/opensearch-py) to reflect the latest [OpenSearch API spec](https://github.com/opensearch-project/opensearch-api-specification/blob/main/OpenSearch.openapi.json)
47
+
Updated [opensearch-py](https://github.com/opensearch-project/opensearch-py) to reflect the latest [OpenSearch API spec](https://github.com/opensearch-project/opensearch-api-specification/releases/download/main/opensearch-openapi.yaml)
- Changed to use .pylintrc files in root and any directory with override requirements (([#654](https://github.com/opensearch-project/opensearch-py/pull/654))
24
-
- Added pylint `unspecified-encoding` and `missing-function-docstring` and ignored opensearchpy for lints (([#643](https://github.com/opensearch-project/opensearch-py/pull/643)))
22
+
- Added pylint `assignment-from-no-return` and `unused-variable` ([#658](https://github.com/opensearch-project/opensearch-py/pull/658))
- Changed to use .pylintrc files in root and any directory with override requirements ([#654](https://github.com/opensearch-project/opensearch-py/pull/654))
25
+
- Added pylint `unspecified-encoding` and `missing-function-docstring` and ignored opensearchpy for lints ([#643](https://github.com/opensearch-project/opensearch-py/pull/643))
25
26
- Added pylint `line-too-long` and `invalid-name` ([#590](https://github.com/opensearch-project/opensearch-py/pull/590))
Copy file name to clipboardexpand all lines: DEVELOPER_GUIDE.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -125,7 +125,7 @@ Open `docs/build/html/index.html` to see results.
125
125
126
126
## Client Code Generator
127
127
128
-
OpenSearch publishes an [OpenAPI specification](https://github.com/opensearch-project/opensearch-api-specification/blob/main/OpenSearch.openapi.json) in the [opensearch-api-specification](https://github.com/opensearch-project/opensearch-api-specification) repository, which is used to auto-generate the less interesting parts of the client.
128
+
OpenSearch publishes an [OpenAPI specification](https://github.com/opensearch-project/opensearch-api-specification/releases/download/main/opensearch-openapi.yaml) in the [opensearch-api-specification](https://github.com/opensearch-project/opensearch-api-specification) repository, which is used to auto-generate the less interesting parts of the client.
0 commit comments