nozzlegear / ShopifySharp

ShopifySharp is a .NET library that helps developers easily authenticate with and manage Shopify stores.
https://nozzlegear.com/shopify-development-handbook
MIT License
747 stars 309 forks source link

Add support for IAsyncEnumerable on every service that supports ListAsync #1062

Open nozzlegear opened 4 months ago

nozzlegear commented 4 months ago

Might make sense to add an interface like IListingService that indicates whether the service supports listing the resource too.