module Pushbullet::Chats
Public Instance Methods
chats(params: {}, cursor: nil)
click to toggle source
# File lib/pushbullet/chats.rb, line 3 def chats(params: {}, cursor: nil) params = process_cursor(cursor, params: params) path = 'chats' authorise_and_send(http_method: :get, path: path, params: params) end