New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

bitrix-rest-api

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bitrix-rest-api

Client for Bitrix / Bitrix24 REST API suitable for NodeJS, Deno or browsers.

latest
Source
npmnpm
Version
0.1.6
Version published
Weekly downloads
10
233.33%
Maintainers
1
Weekly downloads
 
Created
Source

bitrix-rest-api

Status

Work in progress.

Description

Client for Bitrix / Bitrix24 REST API suitable for NodeJS, Deno or browsers.

Features

  • TypeScript
  • Fully defined interfaces for data provided by bitrix-rest-api-core
  • An improved documentation written in English.
  • NodeJS, Deno and browser compatible.

Installation

npm install bitrix-rest-api

or

yarn add bitrix-rest-api

REST API

  • Sale (Online Shop)

Running unit tests

  • Create an incoming webhook in your Bitrix / Bitrix24 test instance.
  • Copy environment.test.json.dist to environment.test.json
  • Replace https://example.com/rest/<userId>/<webhookApiKey> with your Bitrix REST API webhook. Example: https://example.com/rest/1/dfkgjte78d5wdfgh
  • Run nx test bitrix-rest-api or nx run bitrix-rest-api:test to execute the unit tests via Jest.

License

MIT (c) 2021 Viacheslav Dobromyslov <viacheslav@dobromyslov.ru>

Keywords

bitrix

FAQs

Package last updated on 19 Feb 2021

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