0.20230630.91918-main-18a9c73d • Published 8 days ago

@sovity.de/broker-server-client v0.20230630.91918-main-18a9c73d

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

About this component

TypeScript Client Library to access APIs of our Broker Server Backend.

How to install

Requires a NodeJS / NPM project.

npm i --save @sovity.de/broker-server-client

How to use

Configure your Broker Server Client and use endpoints of our Broker Server API:

import {
    BrokerServerClient,
    CatalogPageResult,
    buildBrokerServerClient,
} from '@sovity.de/broker-server-client';

const brokerServerClient: BrokerServerClient = buildBrokerServerClient({
    managementApiUrl: 'http://localhost:11002/api/v1/management',
    managementApiKey: 'ApiKeyDefaultValue',
});

let catalog: CatalogPageResult = await edcClient.brokerServerApi.catalogPage();

License

Apache License 2.0 - see LICENSE

Contact

sovity GmbH - contact@sovity.de

0.0.0

11 months ago