This repository contains relevant JS libraries to get started using the Laserfiche API.
Contains the following packages:
@laserfiche/lf-api-client-core
@laserfiche/lf-repository-api-client
@laserfiche/lf-repository-api-client-v2
@laserfiche/lf-api-js
npm install pnpm -g
pnpm install
pnpm run build
pnpm run build --filter ${name-of-library-npm-package}
pnpm run build --filter @laserfiche/lf-repository-api-client-js
@laserfiche/lf-api-client-core
)pnpm --filter ${project_name} run ${script_name}
@laserfiche/lf-api-client-core
run pnpm --filter @laserfiche/lf-api-client-core run test:Cloud
NPM_API_CLIENT_V1_VERSION
for @laserfiche/lf-repository-api-client
NPM_API_CLIENT_V2_VERSION
for @laserfiche/lf-repository-api-client-v2
NPM_CLIENT_CORE_VERSION
for @laserfiche/lf-api-client-core
packages/lf-repository-api-client-v1
)