@isloth/media-service-sdk
v0.1.4
Published
media-service-sdk
Readme
Media Service SDK
This library provides DTOs, and service classes for interacting with the iSloth media-service. It enables applications to fetch, validate, and manage media values in a type-safe and consistent manner.
Installation
Run the following command in the host service to add the media-service-sdk to the service.
npm install @iSloth/media-service-sdkLocal Setup
Clone the repository:
git clone https://github.com/i-Sloth/media-service-sdk.git cd media-service-sdkInstall dependencies:
npm install
Build Library
npm run prepare