Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
fuzzzerd opened this issue Feb 17, 2021 · 0 comments · Fixed by #250
Closed

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

fuzzzerd opened this issue Feb 17, 2021 · 0 comments · Fixed by #250
Labels
breaking change data-api Pertaining to the Data API. enhancement New feature or request xml-api Pertaining to the XML API implemenation.
Milestone

Comments

@fuzzzerd
Copy link
Owner

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 fuzzzerd added enhancement New feature or request xml-api Pertaining to the XML API implemenation. data-api Pertaining to the Data API. breaking change labels Feb 17, 2021
@fuzzzerd fuzzzerd added this to the v5 milestone Feb 17, 2021
@fuzzzerd fuzzzerd linked a pull request Sep 17, 2022 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
breaking change data-api Pertaining to the Data API. enhancement New feature or request xml-api Pertaining to the XML API implemenation.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant