Sha256: b3f45c1108e3547cd6ee02bfd6b4b6d744898bc4182976a0af3b5ba2d8c7e4b4
Contents?: true
Size: 436 Bytes
Versions: 19
Compression:
Stored size: 436 Bytes
Contents
class Lastfm module MethodCategory class Auth < Base method_for_authentication :get_token, [], [] do |response| response.xml['token'] end method_for_authentication :get_session, [:token], [] do |response| response.xml['session'] end method_for_authentication :get_mobile_session, [:username, :authToken], [] do |response| response.xml['session'] end end end end
Version data entries
19 entries across 19 versions & 1 rubygems