-
Notifications
You must be signed in to change notification settings - Fork 52
Open
Labels
Description
Currently you have to define two separate functions for working with params, parsing and pretty printing of query strings.
It's pretty awkward to work with these, the interface should be absracted.
It'd also be nicer to use a type class like with the other dictionaries to automatically pick the right implementation.