Nincs leírás

Nikos Atlas 73cd9ce134 add cosmohome client with exact export of combinations and products 7 hónapja
.idea db00084dea relayout to src 7 hónapja
lint_types 3fb656db00 add product mpn, link_rewrite and category link_rewrite fields 2 éve
src 73cd9ce134 add cosmohome client with exact export of combinations and products 7 hónapja
.gitignore db00084dea relayout to src 7 hónapja
README.md 4c3aaa7f57 add readme file for the project 2 éve
pyproject.toml b230b91023 udd scripts, fix/lint and pytest 2 éve
pytest.ini b230b91023 udd scripts, fix/lint and pytest 2 éve
requirements-dev.txt b230b91023 udd scripts, fix/lint and pytest 2 éve
requirements.txt bc73780fa9 fix requirements and cast float to string 7 hónapja
setup.cfg b230b91023 udd scripts, fix/lint and pytest 2 éve
setup.py b230b91023 udd scripts, fix/lint and pytest 2 éve

README.md

Telecaster Project Instructions

Fetch repository

git clone http://onarbooks.com/Klapi/Telecaster.git

Setup

cd telecaster

Install requirments

pip3 install -r requirments.txt

How to test?

cd telecaster

python manage.py runserver

Open postman and perform a POST request with the below payload

url: localhost:8000/generate/xml

{
    "url": "prestashop_domain",
    "token": "your_secret_token"
}