edocu-sdk
v1.3.80
Published
SDK to interact with eDocu systems
Downloads
952
Readme
eDocu SDK
This SDK is designed to facilitate interaction with eDocu systems.
Autogenerated documentation is available at https://edocu.dev/.
Installation
To install the SDK, run the following command:
yarn add edocu-sdk
Usage Backend
import eDocu from 'edocu-sdk';
eDocu.setupBackend(...args);
Usage Frontend
import eDocu from 'edocu-sdk';
eDocu.setupClient(...args);