7.4.2 • Published 4 days ago

@sovity.de/edc-client v7.4.2

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
4 days ago

About this component

TypeScript Client Library to be imported and used in arbitrary applications like frontends or nodejs projects.

You can find our API Wrapper Project here.

How to install

Requires a NodeJS / NPM project.

npm i --save @sovity.de/edc-client

How to use

Configure your EDC Client and use endpoints of our API Wrapper Extension:

const edcClient: EdcClient = buildEdcClient({
    managementApiUrl: 'http://localhost:11002/api/v1/management',
    managementApiKey: 'ApiKeyDefaultValue'
});

let kpiData: KpiResult = await edcClient.useCaseApi.kpiEndpoint();

An minimal example project using our typescript API client can be found here.

License

Apache License 2.0 - see LICENSE

Contact

sovity GmbH - contact@sovity.de

7.4.2

19 days ago

7.4.0

28 days ago

7.3.0

1 month ago

7.2.2

2 months ago

7.2.1

3 months ago

7.2.0

3 months ago

7.1.2

3 months ago

7.1.1

4 months ago

7.1.0

4 months ago

7.0.0

5 months ago

4.0.1

10 months ago

4.0.0

10 months ago

5.0.0

7 months ago

6.0.0

6 months ago

4.2.1

7 months ago

4.2.0

8 months ago

4.1.0

10 months ago

3.2.0

12 months ago

3.3.0

11 months ago

3.1.0

1 year ago

3.0.2

1 year ago