Dylan

Results 1 issues of Dylan

The doc shows using the addParams() method in the "Complex and Chained" as ``` client.query() .q({text:'test', title:'test'}) .addParams({ wt: 'json', indent: true }) .start(1) .rows(1) ; ``` This suggests the...