fmdata icon indicating copy to clipboard operation
fmdata copied to clipboard

Including sort paramaters is difficult and requires reference to .Rest package.

Open fuzzzerd opened this issue 4 years ago • 0 comments

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.

fuzzzerd avatar Feb 17 '21 16:02 fuzzzerd