Skip to main content

darbiadev-businesscentral

Project description

darbiadev-businesscentral

A wrapper for Business Central's API.

Example usage

from darbiadev_businesscentral import BusinessCentralServices

client = BusinessCentralServices(
    base_url="https://api.businesscentral.dynamics.com/v2.0/",
    tenant_id="00000000-0000-0000-0000-000000000000",
    environment="Production",
    company_name="My company",
    client_id="00000000-0000-0000-0000-000000000000",
    client_secret="secret",
)
print(client.make_request("get", "salesDocuments"))

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

darbiadev-businesscentral-0.5.0.tar.gz (3.4 kB view hashes)

Uploaded Source

Built Distribution

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