akeneo 0.0.1

Creator: coderz1093

Last updated:

Add to Cart

Description:

akeneo 0.0.1

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’.

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.