Python client for Allegro.pl API
Project description
Supports both Rest and SOAP APIs
Usage:
import allegro_pl cs = ClientCodeStore('CLIENT ID','CLIENT SECRET') ts = TokenStore('ACCESS TOKEN','REFRESH TOKEN) auth = ClientCredentialsAuth(cs, ts) allegro = allegro_pl.Allegro(auth) rest_service = allegro.rest_service() categories = rest_service.get_categories(cat_id) # access to soap service soap_service = allegro.soap_service() # direct access to rest and soap clients: rest_service = allegro.rest_client() soap_client = allegro.soap_client()
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Filename, size | File type | Python version | Upload date | Hashes |
---|---|---|---|---|
Filename, size mattes_allegro_pl-0.9.1-py3-none-any.whl (7.7 kB) | File type Wheel | Python version py3 | Upload date | Hashes View |
Filename, size mattes-allegro-pl-0.9.1.tar.gz (6.3 kB) | File type Source | Python version None | Upload date | Hashes View |
Close
Hashes for mattes_allegro_pl-0.9.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | e950dba25ae3a518d183ca372214d5aedb97f62e15979f1c8d465884d7688d14 |
|
MD5 | 937c4a7017e3da961bd43e7e506364d4 |
|
BLAKE2-256 | 0c9869d91fb2fd8fb10f2f8918946a5b31871ba7fa373a6190cdcecb3085cb9a |