Skip to content

BeProduct/BeProduct.Python.SDK

Repository files navigation

BeProduct Python SDK Package

Read full documentation at https://sdk.beproduct.com

Example

Install: pip install --upgrade beproduct

Use:

from beproduct.sdk import BeProduct

client = BeProduct(client_id='YOUR_CLIENT_ID',
                   client_secret='YOUR_CLIENT_SECRET',
                   refresh_token='YOUR_REFRESH_TOKEN',
                   company_domain='YOUR_COMPANY_DOMAIN')
                   
style = client.style.attributes_get(header_id='e81d3be5-f5c2-450f-888e-8a854dfc2824')
print(style)