Paweł Kamiński

Results 2 issues of Paweł Kamiński

hi, we are using retrofit 1.9 and we declared our endpoint as ``` @GET("/path") Response get(@QueryMap Map queryParams); ``` which works fine and is expanded to ex. `host/path?rq=1&ra=2` for input...

Feature

hi, I am quite fresh to the library and I must admit that being forced to use `@RunWith(PactRunner.class)` in order to use pact is a bit ugly and too strong!...