ids-broker-lib
v0.1.0
Published
ids-broker-lib - A node library for the IDS Metadata Broker
Downloads
19
Maintainers
Readme
ids-broker-lib
ids-broker-lib is a javascript library to control / interact with IDS Metadata Broker.
The library is implemented in TypeScript, but can be either used by Javascript or TypeScript. The client is implemented for server-side use with Node and uses node-fetch as the request library.
Installation
npm i ids-broker-lib
Credits
The typescript models and services in this library have been initially generated from the official OpenAPI Spec with the help of openapi-typescript-codegen and then have been further modified.
Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.