@staysco/clients-core
v1.0.0
Published
HTTP clients for Stays platform and CMS
Readme
@staysco/clients-core
HTTP clients for the Platform and CMS APIs.
Installation
# with pnpm
pnpm add @staysco/clients-core
# with npm
npm install @staysco/clients-coreUsage
import { PlatformClient, CmsClient } from '@staysco/clients-core';Development
# install dependencies
pnpm install
# build package
pnpm build
# run tests
pnpm test
# clean build artifacts
pnpm cleanLicense
MIT
