opensearch-project / opensearch-dashboards-sdk-js

Apache License 2.0
3 stars 5 forks source link

Initial commit with client #47

Open kavilla opened 1 year ago

kavilla commented 1 year ago

Description

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

Example of docs generated with that command: https://github.com/kavilla/opensearch-dashboards-sdk-js/blob/avillk/sdk_base_2_no_doc/docs/modules.md

Issues Resolved

resolves https://github.com/opensearch-project/opensearch-dashboards-sdk-js/issues/42

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license. For more information on following Developer Certificate of Origin and signing off your commits, please check here.