Skip to content

maykinmedia/open-product-api-client

Repository files navigation

Open Product API Client (for Django)

Version:0.1.0
Source:https://github.com/maykinmedia/open-product-api-client
Keywords:Open Product API, Client, Django
PythonVersion:3.9

Build status Currently compatible with Open Product 1.0.0

|python-versions| |django-versions| |pypi-version|

About

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.

Installation

Requirements

  • Python 3.9 or newer
  • Django 3.2 or newer

Install

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

Usage

To use this with your project you need to follow these steps:

  1. Add openproductapiclient to INSTALLED_APPS in your Django project's settings.py:

    INSTALLED_APPS = (
        # ...,
        "openproductapiclient",
    )
  2. Configure your Open Product API connection and settings in the admin, under Open Product API client configuration.

  3. Done.

Licence

Copyright © Maykin Media B.V., 2023

Licensed under the MIT.

About

API client for Open Product

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published