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: common/src/main/java/ir/logicbase/mockfit/Mock.kt
+6-1Lines changed: 6 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -4,10 +4,15 @@ package ir.logicbase.mockfit
4
4
* Annotation meta to mark retrofit endpoints
5
5
*
6
6
* @property response path to mock file
7
+
* @property includeQueries are the queries to separating same paths with different responses based on query values.
8
+
* @property excludeQueries are the queries to separating same paths with different responses based on query values.
9
+
* For example: ```["limit={#}"]``` or ```["limit"]``` for just including keys not value. For separate them with value you have to pass value as well like ```["limit=20"]```
0 commit comments