Skip to content
This repository has been archived by the owner on Feb 25, 2020. It is now read-only.

Latest commit

 

History

History
15 lines (8 loc) · 932 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 932 Bytes

Async Examples

These examples show how to use the SDK to make asynchronous requests.

  1. Get eBay offical time

    A basic example that sends two concurrent requests to two difference services.

  2. Find items advanced

    Shows how to make concurrent pagination requests to the findItemsAdvanced operation.

  3. Finding and shopping

    Advanced example that show how to make concurrent requests to both the Finding and Shopping services. The Finding service is used to obtain various Item IDs that are passed onto the Shopping service. The Shopping service requests are made concurrently while the Finding requests are been handled.