We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Setup SDK to be prepared to build and publish itself to NPM.
The text was updated successfully, but these errors were encountered:
Initial commit with client
7b20940
Defining and exporting types `application` and `mount` to be utilized and implemented. Published with ``` npm publish --access public ``` Example publish: https://www.npmjs.com/package/@avillk/opensearch-dashboards-sdk Example of working solution of consuming the SDK: https://github.com/kavilla/OpenSearch-Dashboards-1/tree/avillk/consume-sdk-2 Generate docs with the following: ``` yarn gen:doc ``` Issue Resolved: opensearch-project#42 Signed-off-by: Kawika Avilla <[email protected]>
kavilla
Successfully merging a pull request may close this issue.
Setup SDK to be prepared to build and publish itself to NPM.
Requirements:
The text was updated successfully, but these errors were encountered: