hayesdavis / grackle

Lightweight Ruby library for the Twitter API that goes with the flow.
228 stars 36 forks source link

URL encode the entire URI #15

Open ButchAnton opened 13 years ago

ButchAnton commented 13 years ago

URL encode the entire URI, not just the parameters, since there could be some non-ascii components to the URI (like list name). Sponsored by CoTweet.

jcsalterego commented 13 years ago

Cool, although is there a patch that doesn't try to solve the whitespace issue in the same commit?