Žiadny popis

Nikos Atlas bc73780fa9 fix requirements and cast float to string 7 mesiacov pred
.idea 53c9d90a32 fix sanitizer,serializer for prestashop/skroutz implementation 2 rokov pred
lint_types 3fb656db00 add product mpn, link_rewrite and category link_rewrite fields 2 rokov pred
telecaster bc73780fa9 fix requirements and cast float to string 7 mesiacov pred
.gitignore d94cf86991 add Model, View, Serializers for xml generator 2 rokov pred
README.md 4c3aaa7f57 add readme file for the project 2 rokov pred
pyproject.toml b230b91023 udd scripts, fix/lint and pytest 2 rokov pred
pytest.ini b230b91023 udd scripts, fix/lint and pytest 2 rokov pred
requirements-dev.txt b230b91023 udd scripts, fix/lint and pytest 2 rokov pred
requirements.txt bc73780fa9 fix requirements and cast float to string 7 mesiacov pred
setup.cfg b230b91023 udd scripts, fix/lint and pytest 2 rokov pred
setup.py b230b91023 udd scripts, fix/lint and pytest 2 rokov pred

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"
}