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
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,13 @@ Query Parser is a library for easy building dynamic SQL queries to Database. It
7
7
## Installation
8
8
go get -u github.com/timsolov/rest-query-parser
9
9
10
+
## Idea
11
+
12
+
The idia to write this library comes to me after reading this article:
13
+
[REST API Design: Filtering, Sorting, and Pagination](https://www.moesif.com/blog/technical/api-design/REST-API-Design-Filtering-Sorting-and-Pagination/).
14
+
15
+
And principles enumerated in article I considered very useful and practical to use in our project with amount of listings with different filtering.
0 commit comments