restify / clients

HttpClient, StringClient, and JsonClient extracted from restify
MIT License
57 stars 34 forks source link

Standardize Restify URL Interface #2

Open DonutEspresso opened 9 years ago

DonutEspresso commented 9 years ago

Currently, clients will take two components, a url, and a path. We should revisit this interface and standardize a common interface that makes it easy to specify a URL. Something like restify/node-restify#843.

sebs commented 8 years ago

ye, passing get paraters and POST in deifferent ways is weird sometimes. I would love to see a param on get and a way to serilize it.