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.0.tar.gz (6.3 kB view details)

Uploaded Source

Built Distribution

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

Uploaded Python 3

File details

Details for the file mattes-allegro-pl-0.9.0.tar.gz.

File metadata

  • Download URL: mattes-allegro-pl-0.9.0.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.0.tar.gz
Algorithm Hash digest
SHA256 bd9366fff407a0005f67b4c2e293858ad5380b811d731395cfc562caf525e437
MD5 46cf6fe52bc191acff34963100e4f708
BLAKE2b-256 0ea70ddd0646a8122df5ed65991684c2e2d2d60a5cf253169942f5e94224a65f

See more details on using hashes here.

File details

Details for the file mattes_allegro_pl-0.9.0-py3-none-any.whl.

File metadata

  • Download URL: mattes_allegro_pl-0.9.0-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.0-py3-none-any.whl
Algorithm Hash digest
SHA256 e5c7700852e650b2c36839428f4fd6faf5759a050f2f87b99ba4f96311aae733
MD5 830e98d99591ebe95cc431ca86872c9c
BLAKE2b-256 adaa13cb31dcec839121453f0a03d9557706ddefcffd7191dc2e960368067838

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