🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

didox

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

didox

Didox integration module

0.0.6
latest
Source
npm
Version published
Weekly downloads
0
-100%
Maintainers
1
Weekly downloads
 
Created
Source

didox

npm version The Beta Company

didox is a Node.js module developed to streamline the integration process for developers and their applications with the Electronic Document Management System (EDM) on the www.didox.uz platform. With this module, you can simplify interactions with Didox, send and receive electronic documents, manage your account, and more.

Installation

To install the didox module, use the following npm command:

NPM

npm install didox

Yarn

yarn add didox

Environment Variables

Before using the didox module, make sure to set the following environment variables in your project's .env file:

TBC_DIDOX_LOGIN: Your didox login or username.

TBC_DIDOX_PASSWORD: Your didox password or API key secret.

TBC_DIDOX_PARTNER_TOKEN: Your didox partner token ( given by didox.uz ).

These environment variables are required for authentication when using the module. Be sure to keep them secure and do not expose them in your code.

Usage

const { Account } = require('didox');

async function getAccountInfo ( ) {
    const accountInfo = await Account.getInfo();
    // Here is your code...
}
// Here is your code...

Documentation

For detailed usage instructions and API documentation, please refer to the documentation.

Releases

v0.0.5

  • Updated Documents controller
    • Create document now can get AuthData - Login and Password

v0.0.2

  • Updated Documents controller
    • Get documents count
    • Get document information by ID
    • Get document privileges ( Льготы ) by ID
    • Create document

v0.0.1

  • Added support for Account controller
    • Get account information
    • Get account status ( own or by TIN )
  • Added support for Profile controller
    • Get profile information
  • Added support for Documents controller
    • Get documents list

Keywords

didox

FAQs

Package last updated on 08 Feb 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts