Add media client and models for eBay media API; implement image and video handling methods
This commit is contained in:
parent
e99937cc43
commit
1307d5691a
9 changed files with 615 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue