Sha256: b37d453dc775d7ec700722b84d7eff8dc472cf69b0fff152dc5ee0d6ef549180

Contents?: true

Size: 261 Bytes

Versions: 16

Compression:

Stored size: 261 Bytes

Contents

module Pushbullet
  module Subscriptions
    def subscriptions(params: {}, cursor: nil)
      params = process_cursor(cursor, params: params)
      path = 'subscriptions'
      authorise_and_send(http_method: :get, path: path, params: params)
    end
  end
end

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
pushbullet_client-0.0.21 lib/pushbullet/subscriptions.rb
pushbullet_client-0.0.20 lib/pushbullet/subscriptions.rb
pushbullet_client-0.0.19 lib/pushbullet/subscriptions.rb
pushbullet_client-0.0.18 lib/pushbullet/subscriptions.rb
pushbullet_client-0.0.17 lib/pushbullet/subscriptions.rb
pushbullet_client-0.0.16 lib/pushbullet/subscriptions.rb
pushbullet_client-0.0.15 lib/pushbullet/subscriptions.rb
pushbullet_client-0.0.14 lib/pushbullet/subscriptions.rb
pushbullet_client-0.0.13 lib/pushbullet/subscriptions.rb
pushbullet_client-0.0.12 lib/pushbullet/subscriptions.rb
pushbullet_client-0.0.11 lib/pushbullet/subscriptions.rb
pushbullet_client-0.0.10 lib/pushbullet/subscriptions.rb
pushbullet_client-0.0.9 lib/pushbullet/subscriptions.rb
pushbullet_client-0.0.8 lib/pushbullet/subscriptions.rb
pushbullet_client-0.0.7 lib/pushbullet/subscriptions.rb
pushbullet_client-0.0.6 lib/pushbullet/subscriptions.rb