Commit graph

25 commits

Author SHA1 Message Date
9c8ddfdc8a Add Forgejo upload script and update documentation for package registry 2026-04-07 11:55:38 +02:00
2be62e36fd Add versioning scripts and update README for packaging instructions 2026-04-07 11:37:43 +02:00
904f4e487e Add examples for feed task management and inventory publishing workflows 2026-04-07 11:31:21 +02:00
2c6bd35ebb Add usage guide for eBay REST Client to enhance documentation 2026-04-07 11:23:09 +02:00
c17cc3fbbc Update README.md to enhance clarity on project structure, authentication, and implemented functionality 2026-04-07 11:19:27 +02:00
65d31a3f2f Add bulk inventory and offer management methods to InventoryClient; enhance tests for new endpoints 2026-04-07 11:11:19 +02:00
f30b31ec00 Add payment dispute management methods and tests in FulfillmentClient 2026-04-07 11:07:17 +02:00
1f06ec9e44 Add inventory management methods and tests for offers and locations in InventoryClient 2026-04-07 10:59:48 +02:00
9592f38902 Add CRUD operations for schedules and tasks in FeedClient; enhance tests for schedule and task management 2026-04-07 10:53:30 +02:00
184b0c6c17 Add fulfillment, payment, and return policy management methods to AccountClient; enhance tests for policy retrieval and manipulation 2026-04-07 10:44:56 +02:00
00539b4fb2 Add structured workflow result models for video and document uploads; update client methods and examples 2026-04-07 10:36:41 +02:00
6d54c5900c Add media content type inference and path-based upload methods for images and documents 2026-04-07 10:34:43 +02:00
937cd86c8b Add media upload convenience methods and example workflows for images, documents, and videos 2026-04-07 10:29:42 +02:00
ee539e8189 Add media workflow helpers and resource ID extraction; enhance tests for video and document status polling 2026-04-07 10:21:47 +02:00
1307d5691a Add media client and models for eBay media API; implement image and video handling methods 2026-04-07 10:12:50 +02:00
e99937cc43 Refactor API client scope handling to support multiple scope options across account, feed, fulfillment, and inventory clients; add tests for scope validation 2026-04-07 09:57:34 +02:00
e86ed4fbac added media api yaml for future enhancement 2026-04-07 09:50:59 +02:00
30b62dedab Add webhook utilities and FastAPI integration for eBay notifications; enhance tests for request handling 2026-04-07 09:49:06 +02:00
10008a0edc Add JSON parsing and base64 decoding to WebhookSignatureParser; enhance tests for signature validation 2026-04-07 09:41:39 +02:00
bebf99d826 Enhance OAuth client to support scope options and update related tests 2026-04-07 09:38:15 +02:00
1a9f924764 Add NotificationClient methods for config and subscription management with tests 2026-04-07 09:22:39 +02:00
8f31f433d2 Refactor request method to filter out None parameters and add comprehensive tests for notification, inventory, fulfillment, and account wrappers 2026-04-07 09:18:54 +02:00
acdadad4b3 Refactor API client methods to return specific model types instead of generic dictionaries 2026-04-07 09:16:06 +02:00
aa4c067ea8 Refactor code structure for improved readability and maintainability 2026-04-07 09:10:53 +02:00
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