alaingilbert / Turntable-API

Allows you to create bots for turntable.fm
http://alaingilbert.github.com/Turntable-API/
MIT License
317 stars 97 forks source link

python style default parameters #37

Closed alok0 closed 12 years ago

alok0 commented 12 years ago

remDj, roomInfo, getProfile, playlistAll, playlistAdd, playlistRemove, playlistReorder

these functions should use python style named/keyword parameters, rather than relying so strictly on parameter order.

alaingilbert commented 12 years ago

Don't be shy to make a pull request.

But actually, the functions are written to follow the nodejs documentation.

alok0 commented 12 years ago

I actually haven't even attempted to try using the python version yet. So a pull request wouldn't be for awhile.