@sovity.de/edc-client 8.1.0 → 9.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +6 -6
- package/dist/sovity-edc-client.d.ts +491 -63
- package/dist/sovity-edc-client.js +1776 -1417
- package/dist/sovity-edc-client.js.map +1 -1
- package/dist/sovity-edc-client.umd.cjs +1 -1
- package/dist/sovity-edc-client.umd.cjs.map +1 -1
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
<!-- PROJECT LOGO -->
|
|
2
2
|
<br />
|
|
3
3
|
<div align="center">
|
|
4
|
-
<a href="https://github.com/sovity/edc-
|
|
4
|
+
<a href="https://github.com/sovity/edc-ce">
|
|
5
5
|
<img src="https://raw.githubusercontent.com/sovity/edc-ui/main/src/assets/images/sovity_logo.svg" alt="Logo" width="300">
|
|
6
6
|
</a>
|
|
7
7
|
|
|
8
8
|
<h3 align="center">EDC-Connector Extension:<br />API Wrapper & API Clients:<br />TypeScript API Client</h3>
|
|
9
9
|
|
|
10
10
|
<p align="center">
|
|
11
|
-
<a href="https://github.com/sovity/edc-
|
|
11
|
+
<a href="https://github.com/sovity/edc-ce/issues/new?template=bug_report.md">Report Bug</a>
|
|
12
12
|
·
|
|
13
|
-
<a href="https://github.com/sovity/edc-
|
|
13
|
+
<a href="https://github.com/sovity/edc-ce/issues/new?template=feature_request.md">Request Feature</a>
|
|
14
14
|
</p>
|
|
15
15
|
</div>
|
|
16
16
|
|
|
@@ -20,7 +20,7 @@ TypeScript Client Library to be imported and used in arbitrary applications like
|
|
|
20
20
|
frontends or NodeJS projects.
|
|
21
21
|
|
|
22
22
|
You can find our API Wrapper Project
|
|
23
|
-
[here](https://github.com/sovity/edc-
|
|
23
|
+
[here](https://github.com/sovity/edc-ce/tree/main/extensions/wrapper).
|
|
24
24
|
|
|
25
25
|
## How to install
|
|
26
26
|
|
|
@@ -46,7 +46,7 @@ let kpiData: KpiResult = await edcClient.useCaseApi.getKpis();
|
|
|
46
46
|
```
|
|
47
47
|
|
|
48
48
|
A minimal example project using the typescript API client can be found
|
|
49
|
-
[here](https://github.com/sovity/edc-
|
|
49
|
+
[here](https://github.com/sovity/edc-ce/tree/main/extensions/wrapper/clients/typescript-client-example).
|
|
50
50
|
|
|
51
51
|
### Example Using OAuth2 Client Credentials
|
|
52
52
|
|
|
@@ -66,7 +66,7 @@ let kpiData: KpiResult = await edcClient.useCaseApi.getKpis();
|
|
|
66
66
|
## License
|
|
67
67
|
|
|
68
68
|
Apache License 2.0 - see
|
|
69
|
-
[LICENSE](https://github.com/sovity/edc-
|
|
69
|
+
[LICENSE](https://github.com/sovity/edc-ce/blob/main/LICENSE)
|
|
70
70
|
|
|
71
71
|
## Contact
|
|
72
72
|
|