Skip to main content

Python client for Allegro.pl API

Project description

https://travis-ci.com/mattesilver/allegro-pl.svg?branch=master https://img.shields.io/pypi/v/mattes-allegro-pl.svg https://codecov.io/gh/mattesilver/allegro-pl/branch/master/graph/badge.svg

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

mattes-allegro-pl-0.9.1.tar.gz (6.3 kB view details)

Uploaded Source

Built Distribution

mattes_allegro_pl-0.9.1-py3-none-any.whl (7.7 kB view details)

Uploaded Python 3

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

Hashes for mattes-allegro-pl-0.9.1.tar.gz
Algorithm Hash digest
SHA256 fbc76f00293787d5404aaabf50b05e0e4279b6a6d7ffb0007b521730008ec117
MD5 dd4206e2a3cbe1ea0278a20953687176
BLAKE2b-256 c11badd95b248b4e227ae1952a7f575eaa06968324ca7bf2b744f2b13c650320

See more details on using hashes here.

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

Hashes for mattes_allegro_pl-0.9.1-py3-none-any.whl
Algorithm Hash digest
SHA256 e950dba25ae3a518d183ca372214d5aedb97f62e15979f1c8d465884d7688d14
MD5 937c4a7017e3da961bd43e7e506364d4
BLAKE2b-256 0c9869d91fb2fd8fb10f2f8918946a5b31871ba7fa373a6190cdcecb3085cb9a

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page