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.
Source Distribution
Built Distribution
File details
Details for the file mattes-allegro-pl-0.9.1.tar.gz
.
File metadata
- Download URL: mattes-allegro-pl-0.9.1.tar.gz
- Upload date:
- Size: 6.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.0.3 CPython/3.7.1 Linux/4.15.0-1028-gcp
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | fbc76f00293787d5404aaabf50b05e0e4279b6a6d7ffb0007b521730008ec117 |
|
MD5 | dd4206e2a3cbe1ea0278a20953687176 |
|
BLAKE2b-256 | c11badd95b248b4e227ae1952a7f575eaa06968324ca7bf2b744f2b13c650320 |
File details
Details for the file mattes_allegro_pl-0.9.1-py3-none-any.whl
.
File metadata
- Download URL: mattes_allegro_pl-0.9.1-py3-none-any.whl
- Upload date:
- Size: 7.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.0.3 CPython/3.7.1 Linux/4.15.0-1028-gcp
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e950dba25ae3a518d183ca372214d5aedb97f62e15979f1c8d465884d7688d14 |
|
MD5 | 937c4a7017e3da961bd43e7e506364d4 |
|
BLAKE2b-256 | 0c9869d91fb2fd8fb10f2f8918946a5b31871ba7fa373a6190cdcecb3085cb9a |