Add support for constant query string parameters · Issue #103 · square/retrofit

At present the RestAdapter will simply append GET variables to an endpoint, beginning with a ? It should be possible to detect the presence of existing query string variables and append Named param...