@harnessio/react-har-service-v2-client
v0.5.0
Published
Harness HAR Service V2 APIs integrated with react hooks
Downloads
2,570
Maintainers
Keywords
Readme
React HAR Service Client(WIP)
OpenAPI -> OA
TypeScript -> TS
OpenAPI + TypeScript -> OATS
This React API client will store a collection of Harness HAR Service 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 : HARServiceAPIClient should be initialized
Before using API Client, it must be initilaized with required ClientCallbacks.
Example:
new HARServiceV2APIClient({
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
