Story #3316
Support query api by adding url-joining feature to D1Url
Status:
Closed
Priority:
Normal
Assignee:
Category:
d1_common_java
Target version:
Start date:
2012-10-09
Due date:
2012-10-27
% Done:
100%
Story Points:
Sprint:
Description
Currently, the user has to pass in the engine-specific tail-end of the url to the query() method, and need to figure out how to properly escape characters. D1Url does this but requires a baseURL. It can be extended to return just the assembled path?query#fragment.
History
#1 Updated by Rob Nahf about 12 years ago
- Status changed from New to Closed
- % Done changed from 0 to 100
added parameterless constructor and logic in assembleUrl to handle null baseUrls. Added the query api convenience method: query(String engine, D1Url queryD1Url);