ordercloud-api / ordercloud-dotnet-catalyst

A foundational library for OrderCloud integrations and server-side projects in .NET
Apache License 2.0
9 stars 15 forks source link

Feature request: Allow the ability to define sortBy on ListAllAsync #117

Open crhistianramirez opened 1 year ago

crhistianramirez commented 1 year ago

I understand that under the hood ListAllAsync implements the last id method for performant querying. At the end of the output however we'll have all items in memory and should be able to perform a sort on those items. It would be great if as a user I am able to retain the ability to define sort. Additionally consider using the default sortBy when sortBy is not provided to mirror the api functionality.