v1.3.0: Sorting parameters added
Minor Release: 1.3.0
- Feature Additions:
- Query parameter "sort" added to allow the sorting of responses based on a simple comparable property
- Query parameter "sortDirection" added to be used in conjunction with "sort" to specify ascending or descending sort order
- Added Sorting tutorial
- Query parameter "sort" added to allow the sorting of responses based on a simple comparable property
- Maintenance:
- Test additions