Skip to main content

A Python wrapper for the Akeneo REST API

Project description

A Python wrapper for the Akeneo REST API. Easily interact with the Akeneo REST API using this library.

Installation

pip install akeneo

Getting started

Generate API credentials (Consumer Key & Consumer Secret) following this instructions https://api.akeneo.com/getting-started-admin.html.

Check out the Akeneo API endpoints and data that can be manipulated in https://api.akeneo.com/api-reference-index.html.

Basic setup

Basic setup for the Akeneo REST API:

from akeneo import AkeneoAPI

akeneo = AkeneoAPI(
    url="AKENEO_INSTANCE_URL",
    client_id="YOUR_CLIENT_ID",
    secret="YOUR_SECRET",
    username="YOUR_USERNAME",
    password="YOUR_PASSWORD",
)

Response

All methods will directly return the JSON response from the API.

Changelog

0.0.1

  • Initial version: Every endpoint should be ok, except these ones for ‘Media files’.

Project details


Download files

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

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

akeneo-0.0.1-py2.py3-none-any.whl (8.0 kB view hashes)

Uploaded Python 2 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