Method: TokBoxer::Api#get_feed_unread_count

Defined in:
lib/TokBoxer/Api.rb

#get_feed_unread_count(jabberId) ⇒ Object



97
98
99
100
101
102
# File 'lib/TokBoxer/Api.rb', line 97

def get_feed_unread_count(jabberId)
  method = "POST"
  call = "/feed/unreadCount"
  params = { :jabberId => jabberId }
  result = request(method, call, params)
end