Sha256: 49684fee2cb560b7cbf099203034efbf8af03620525db01c866ee51414468364
Contents?: true
Size: 237 Bytes
Versions: 16
Compression:
Stored size: 237 Bytes
Contents
module Pushbullet module Chats def chats(params: {}, cursor: nil) params = process_cursor(cursor, params: params) path = 'chats' authorise_and_send(http_method: :get, path: path, params: params) end end end
Version data entries
16 entries across 16 versions & 1 rubygems