Rest Client für ebay mit dem Fokus auf die Verwendung in einer Middleware
Find a file
claudi 389d72a136 Add tests for OAuth client and webhook notification handling
- Implement tests for `EbayOAuthClient` to verify authorization URL generation with configured scopes and token reuse logic.
- Add tests for `WebhookChallengeHandler` to ensure correct SHA256 response generation and for `WebhookSignatureParser` to validate extraction of known fields from signature strings.
2026-04-07 08:40:50 +02:00
ebay_client Add tests for OAuth client and webhook notification handling 2026-04-07 08:40:50 +02:00
scripts Add tests for OAuth client and webhook notification handling 2026-04-07 08:40:50 +02:00
tests Add tests for OAuth client and webhook notification handling 2026-04-07 08:40:50 +02:00
.gitignore Add tests for OAuth client and webhook notification handling 2026-04-07 08:40:50 +02:00
commerce_notification_v1_oas3.yaml Add tests for OAuth client and webhook notification handling 2026-04-07 08:40:50 +02:00
pyproject.toml Add tests for OAuth client and webhook notification handling 2026-04-07 08:40:50 +02:00
README.md Add tests for OAuth client and webhook notification handling 2026-04-07 08:40:50 +02:00
sell_account_v1_oas3.yaml Add tests for OAuth client and webhook notification handling 2026-04-07 08:40:50 +02:00
sell_feed_v1_oas3.yaml Add tests for OAuth client and webhook notification handling 2026-04-07 08:40:50 +02:00
sell_fulfillment_v1_oas3.yaml Add tests for OAuth client and webhook notification handling 2026-04-07 08:40:50 +02:00
sell_inventory_v1_oas3.yaml Add tests for OAuth client and webhook notification handling 2026-04-07 08:40:50 +02:00

eBay REST Client

This workspace contains a Python-first eBay REST client foundation with:

  • a shared OAuth 2.0 core
  • a shared HTTP transport layer
  • public API wrappers per eBay REST domain
  • an isolated OpenAPI generation script for each contract in this folder

Generate Low-Level Clients

Run the generator script from the project root:

& .\.venv\Scripts\python.exe .\scripts\generate_clients.py

To generate only one API package:

& .\.venv\Scripts\python.exe .\scripts\generate_clients.py --api notification