Hello.
I'm using service, which works via GET and sends request params via query string. I want to map fixtures for URLs with different query strings. It is possible to achieve with can.fixture(url, toUrl) syntax? Or I should use can.fixture(url, handler) syntax and load fixture file from handler explicitly?
Thanks.