moco-sdk
v1.0.1
Published
up internal package for integrating the moco API into projects
Readme
moco-sdk
Warning!!! this package is not an official package, neither published nor maintained by Moco
This package was created at UP Designstudio for internal use, so we dont have to rewrite the code for sending requests to moco again and again from scratch.
const { Client } = require("moco-sdk");
require("dotenv").config();
console.log(process.env.MOCO_BASE_URL, process.env.MOCO_API_KEY)
const mocoClient = new Client(process.env.MOCO_BASE_URL, process.env.MOCO_API_KEY);