Add usage guide for eBay REST Client to enhance documentation

This commit is contained in:
claudi 2026-04-07 11:23:09 +02:00
parent c17cc3fbbc
commit 2c6bd35ebb
2 changed files with 369 additions and 0 deletions

View file

@ -18,6 +18,8 @@ Implemented API domains:
The public entry point is `EbayClient`, which wires all six wrappers behind one shared transport and one shared token store.
For a workflow-oriented guide with setup patterns, scope planning, and common usage recipes, see [docs/usage-guide.md](docs/usage-guide.md).
## Project Layout
- `ebay_client/client.py`: top-level `EbayClient` facade