You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-6Lines changed: 2 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -108,7 +108,7 @@ The following features are supported:
108
108
- Multi-domain CORS support for cross-domain requests
109
109
- Support for reading joined results from multiple tables
110
110
- Search support on multiple criteria
111
-
- Pagination, seeking, sorting and column selection
111
+
- Pagination, sorting, top N and column selection
112
112
- Relation detection with nested results (belongsTo, hasMany and HABTM)
113
113
- Atomic increment support via PATCH (for counters)
114
114
- Binary fields supported with base64 encoding
@@ -413,18 +413,14 @@ NB: You may sort on multiple fields by using multiple "order" parameters. You ca
413
413
The "size" parameter limits the number of returned records. This can be used for top N lists together with the "order" parameter (use descending order).
0 commit comments