Skip to content

Commit 0cfa601

Browse files
author
Timofey S
committed
update README
1 parent 68c2870 commit 0cfa601

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@ Query Parser is a library for easy building dynamic SQL queries to Database. It
77
## Installation
88
go get -u github.com/timsolov/rest-query-parser
99

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.
16+
1017
## Fast start
1118
See cmd/main.go and tests for more examples.
1219

0 commit comments

Comments
 (0)