Add media client and models for eBay media API; implement image and video handling methods

This commit is contained in:
claudi 2026-04-07 10:12:50 +02:00
parent e99937cc43
commit 1307d5691a
9 changed files with 615 additions and 1 deletions

View file

@ -7,6 +7,8 @@ This workspace contains a Python-first eBay REST client foundation with:
- public API wrappers per eBay REST domain
- an isolated Pydantic model generation script for each contract in this folder
Currently wired API domains include Notification, Inventory, Fulfillment, Account, Feed, and Media.
## Generate Low-Level Clients
The project uses a dedicated code generation environment because the main runtime is currently on Python 3.14 while the model generator still targets earlier Python versions.