Version: | 0.1.0 |
---|---|
Source: | https://github.com/maykinmedia/open-product-api-client |
Keywords: | Open Product API, Client, Django |
PythonVersion: | 3.9 |
Currently compatible with Open Product 1.0.0
|python-versions| |django-versions| |pypi-version|
Easily integrate Open Product API in your Django application. It currently only supports a few major endpoints such as get products, get producttypes, get themes and get organizations.
- Python 3.9 or newer
- Django 3.2 or newer
You can the install Open Product API Client either via the Python Package Index (PyPI) or from source.
To install using pip
:
pip install open-product-api-client
To use this with your project you need to follow these steps:
Add
openproductapiclient
toINSTALLED_APPS
in your Django project'ssettings.py
:INSTALLED_APPS = ( # ..., "openproductapiclient", )
Configure your Open Product API connection and settings in the admin, under Open Product API client configuration.
Done.
Copyright © Maykin Media B.V., 2023
Licensed under the MIT.