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

Turntable API change #161

Closed MikeWills closed 11 years ago

MikeWills commented 11 years ago

From an email from turntable.fm (I left out the email address. I can give out if you don't have the email)

Hey there devs,

Our development team has alerted me that on Wednesday, March 20th we will be changing the signature of the user.get_profile method.

Old parameters:

New parameters

You may make the change anytime, and must make the change before 5 PM EST on Wednesday, March 20th. If you have any questions about this please let me know and I will do my best to get them answered.

If you would like to be removed from this mailing list please let me know and I'll take you off.

Thanks, Jess

Izzmo commented 11 years ago

lol I just posted this as well =P

MikeWills commented 11 years ago

The question I care about is do I need to change my bots at all.

alaingilbert commented 11 years ago

It should be fixed :) Thanks for letting me know about it !

alaingilbert commented 11 years ago

@MikeWills , you don't need to change your code at all.

Izzmo commented 11 years ago

Does coffeescript support method overloading?

alaingilbert commented 11 years ago

I don't think so. (At least not like we have in C#)

Izzmo commented 11 years ago

That would probably make me switch over to CoffeeScript.

technobly commented 11 years ago

@Izzmo you might want to weigh in on the discussion here https://github.com/jashkenas/coffee-script/issues/2005