ValamisApiClient is a third party Valamis API client for NodeJS. It is a wrapper around an API client that has been automatically generated.
Add to project's package.json:
npm install @rantalainen/valamis-api-client
import { ValamisApiClient } from '@rantalainen/valamis-api-client';
In order to obtain a client id and client secret, please contact Valamis Support.
const valamis = new ValamisApiClient(
{
clientId: 'your-client-id',
clientSecret: 'your-client-secret',
grantType: 'read'
},
{
baseURL: 'https://example.valamis.io'
}
);
- Valamis Integration Guide: https://www.valamis.com/platform/integrations