tcr / rem

HTTP clients with middleware for Node.js and web browsers. Flexible for any HTTP request, customizable for building API clients, and supports OAuth.
MIT License
25 stars 11 forks source link

rem.createClient() should not take configuration #30

Open tcr opened 11 years ago

tcr commented 11 years ago

Must implement creation of ManifestClient. Should configuration properties (key, secret, etc.) be a separate hash? If so, is that a .configure() method or built into the main client?

tcr commented 11 years ago

Updated, now a v.next issue. Configuration should not be permissible in the constructor, it doesn't need to be.