alaingilbert / Turntable-API

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

Add searchRooms to expose room.search API call #164

Closed gizmotronic closed 11 years ago

gizmotronic commented 11 years ago

After a little bit of digging, it became apparent that there was no easy way to coax the existing API calls into providing a filtered list of rooms. Enter room.search, which allows you to specify a limit and/or a query term, and which provides a list structured like the one we get from room.list_rooms.

alaingilbert commented 11 years ago

Awesome work, thank you :)

gizmotronic commented 11 years ago

It's my pleasure to serve :D