@triargos/procurat-node
v2.7.0
Published
A nodejs SDK for the Procurat api
Readme
Procurat Node.js SDK
Node.js library for the Procurat API
Installation
npm install @triargos/procurat-node
# or
yarn add @triargos/procurat-nodeSetup
First, you need to obtain an API key from the Settings page in your Procurat Application
import {Procurat} from "@triargos/procurat-node";
const procurat = new Procurat(apiKey, baseUrl)MIT License
