Menu

#42 Remodel the way URI templates are related to queries

v0.8.0
open
7
2009-08-13
2009-08-13
No

URI templates are currently only supported in two forms, queryUriTemplate and standardUriTemplate. This is a bit of a hack, and should be generalised out in some fashion to allow arbitrary numbers of these strings to be included.

The replacementsOnString methodology is currently quite inefficient and flawed by its close relationship to these two elements, so it should be reworked at the same time

Discussion