Skip to main content

Bitrix24 REST API wrapper provides easy way to communicate with bitrix24 portal over REST without OAuth

Project description

Async Bitrix24 client for Python 3.6+

Клиент разработан на основе синхронного клиента Bitrix24-rest - https://pypi.org/project/bitrix24-rest/

Usage

from aiohttp import ClientSession
from abx24 import Bitrix24
bx24 = Bitrix24('')
await bx24.call_method('crm.customer.add', ClientSession(), fields={
    "NAME": 'Niel',
    "SECOND_NAME": 'Ketov'
})

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

abx24-1.1.2.tar.gz (5.1 kB view hashes)

Uploaded Source

Built Distribution

abx24-1.1.2-py3-none-any.whl (6.0 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page