edocu-sdk

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);

Generated using TypeDoc