Including sort paramaters is difficult and requires reference to .Rest package. #158
Labels
breaking change
data-api
Pertaining to the Data API.
enhancement
New feature or request
xml-api
Pertaining to the XML API implemenation.
Milestone
Is your feature request related to a problem? Please describe.
Including sort parameters on a find request object is difficult and requires a reference to FMData.Rest and cannot simply be referenced from FMData.
Describe the solution you'd like
Move the sort class up to FMData and remove/replace the ISort interface.
Describe alternatives you've considered
Add methods to the request object to handle sorting?
Additional context
Possibly both would be valid options.
The text was updated successfully, but these errors were encountered: