Query params in mock data

April 4, 2017 ยท View on GitHub

For example call GET "/products/superProductCode/?currentPage=1" Config in mock response The response will be:

{
	"currentPage": 1,
	...
}