@harnessio/react-chaos-load-manager-client
v0.0.3
Published
Harness React Chaos Load Manager Service Client - APIs integrated with react hooks
Keywords
Readme
Chaos Load Manager Client
OpenAPI -> OA
TypeScript -> TS
OpenAPI + TypeScript -> OATS
This React client will store a collection of Chaos Load Manager APIs and Interfaces contracts generated from Open API Spec using OATS CLI internally.
APIs are using hooks from @tanstack/react-query
Steps To Generate API Client build as dist folder
yarn buildFor NextGen UI adoption : HarnessReactAPIClient should be initialized
Before using API Client, it must be initialized with required ClientCallbacks.
Example:
new ChaosLoadManagerAPIClient({
getHeaders: () => {
return { token: SessionToken.getToken(), 'Harness-Account': accountId }
}}Versioning
Once development phase is completed, this repo will have changes and versioning driven by API spec only.
License
MIT. Copyright(c) Harness Inc
