peol / node-spotify

A very simple node.js library for the Spotify REST API
42 stars 17 forks source link

Made the lookup clever #9

Closed 19h closed 11 years ago

19h commented 11 years ago

If opts is of type string, we can safely assume a string to lookup is given on purpose; use that. Else, we verify if required objects are given (making the new detection system not break previous changes).

peol commented 11 years ago

Awesome, thanks!