Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 251 Bytes

readme-query-params.md

File metadata and controls

12 lines (10 loc) · 251 Bytes

Query params in mock data

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

{
	"currentPage": 1,
	...
}