2.6.0 • Published 9 months ago
@triargos/procurat-node v2.6.0
Procurat Node.js SDK
Node.js library for the Procurat API
Installation
npm install @triargos/procurat-node
# or
yarn add @triargos/procurat-node
Setup
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