Harness React NG manager client - NG manager APIs integrated with react hooks
npm install @harnessio/react-ng-manager-clientOpenAPI -> OA
TypeScript -> TS
OpenAPI + TypeScript -> OATS
This React client will store a collection of Harness NG Manager APIs and Interfaces contracts generated from Open API Spec using OATS CLI internally.
APIs are using hooks from @tanstack/react-query
```
yarn build
Before using API Client, it must be initilaized with required ClientCallbacks.
Example:
```
new HarnessReactAPIClient({
getHeaders: () => {
return { token: SessionToken.getToken(), 'Harness-Account': accountId }
}}
!@harnessio/react-ng-manager-client
Once development phase is completed, this repo will have changes and versioning driven by API spec only.
MIT. Copyright(c) Harness Inc