Updated code generator to use new version of OpenAPI specification (#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>
This commit is contained in:
committed by
GitHub
parent
58e9b1d66c
commit
0e28f5ffe9
+1
-1
@@ -125,7 +125,7 @@ Open `docs/build/html/index.html` to see results.
|
||||
|
||||
## Client Code Generator
|
||||
|
||||
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.
|
||||
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.
|
||||
|
||||
```
|
||||
nox -rs generate
|
||||
|
||||
Reference in New Issue
Block a user