Socket
Book a DemoInstallSign in
Socket

@harnessio/react-chaos-manager-client

Package Overview
Dependencies
Maintainers
9
Versions
61
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@harnessio/react-chaos-manager-client

Harness React Chaos Manager Service Client - APIs integrated with react hooks

latest
Source
npmnpm
Version
1.26.0
Version published
Maintainers
9
Created
Source

Chaos Manager Client

OpenAPI -> OA

TypeScript -> TS

OpenAPI + TypeScript -> OATS

This React client will store a collection of Chaos 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 build

For NextGen UI adoption : HarnessReactAPIClient should be initialized

Before using API Client, it must be initilaized with required ClientCallbacks.

Example:

 new HarnessReactAPIClient({
    getHeaders: () => {
        return { token: SessionToken.getToken(), 'Harness-Account': accountId }
    }}

Versioning

@harnessio/react-ng-manager-client

Once development phase is completed, this repo will have changes and versioning driven by API spec only.

License

MIT. Copyright(c) Harness Inc

FAQs

Package last updated on 23 Sep 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts