Skip to main content

REST API client for Akeneo

Project description

Akeneo API Client

NOTE: This is still a work in progress

installtion

pip install akeneo_api_client

Usage

Firstly import the relevant packages and build the client:

from akeneo_api_client.client_builder import ClientBuilder
from akeneo_api_client.client.akeneo_api_error import AkeneoApiError

cb = ClientBuilder(uri)
api = cb.build_authenticated_by_password(username, password, client_id, secret)

Fetching a product:

try:
    res = api.product_uuid_api.get(uuid)
    print(res)
except AkeneoApiError as e:
    print(e.response.status_code)

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

akeneo_api_client-0.0.3.tar.gz (9.2 kB view hashes)

Uploaded Source

Built Distribution

akeneo_api_client-0.0.3-py3-none-any.whl (21.3 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