efficy-u-rpc-api
v2.0.29
Published
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.
Downloads
81
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