aiosellix

An async Sellix API wrapper

W.I.P

This is not finished, but parts of it can be used if you know what you are doing.

Implemented; not tested:
image

Usage

This is not usable yet, but eventually it would be like this:

from aiosellix import Sellix

sellix = Sellix(blacklists=True, products=True)
await sellix.blacklists.get_blacklists()
await sellix.products.get_products()

GitHub

View Github