Žiadny popis

sxoinas12 87b0da95c8 fix category and product parsers, added tests and mocks 2 rokov pred
.idea d94cf86991 add Model, View, Serializers for xml generator 2 rokov pred
telecaster 87b0da95c8 fix category and product parsers, added tests and mocks 2 rokov 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 da06d14896 add request dependency 2 rokov 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"
}