react-query-filter icon indicating copy to clipboard operation
react-query-filter copied to clipboard

Use with server APIs

Open SaadBazaz opened this issue 4 years ago • 0 comments

Hey there, Loved the demo GIF. Can this be used with REST APIs as query parameters in any way? e.g.

my-api.com/products?first_name=John&last_name=Doe

where first_name = John and last_name = Doe are the query parameters. I imagine that it might be possible with some tweaking.

SaadBazaz avatar Feb 05 '22 15:02 SaadBazaz