1.14.1 • Published 1 month ago

@harnessio/react-pipeline-service-client v1.14.1

Weekly downloads
-
License
MIT
Repository
github
Last release
1 month ago

React Pipeline Service Client(WIP)

OpenAPI -> OA

TypeScript -> TS

OpenAPI + TypeScript -> OATS

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

For NextGen UI adoption : HarnessReactAPIClient should be initialized

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

Example:

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

Versioning

@harnessio/react-pipeline-service-client

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

License

MIT. Copyright(c) Harness Inc

1.14.1

1 month ago

1.14.0

2 months ago

1.13.0

3 months ago

1.12.0

4 months ago

1.11.0

4 months ago

1.10.0

5 months ago

1.9.0

8 months ago

1.8.0

8 months ago

1.7.0

8 months ago

1.6.0

9 months ago

1.5.0

9 months ago

1.4.0

9 months ago

1.2.0

1 year ago

1.3.0

1 year ago

1.1.0

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago