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