Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

efficy-u-rpc-api

pauwris157MIT2.0.34TypeScript support: included

The Efficy U - RPC API is developed for server side usage in a Node.js environment and also bundled for usage inside an Efficy browser session for client-side JSON RPC requests.

Efficy, CRM, U, JSON RPC, Node.js

readme

Efficy U - RPC API

Introduction

The Efficy U - RPC API is developed for server side usage in a Node.js environment (e.g. for integrations) and also bundled for usage inside an Efficy browser session for client-side JSON RPC requests.

Node.js instructions

In your Node.js project, first install the efficy-u-rpc-api npm package.

npm i efficy-u-rpc-api

Get started

Consult the github-pages documentation

Node fetch

In Node.js 18, an experimental global fetch API is available by default.


(2024) authored by Kristof Pauwels