Retrieve the list of devices registered for the given API key.
pbGetDevices(apikey = .getKey())# S3 method for default
pbGetDevices(apikey = .getKey())
# S3 method for pbDevices
print(x, ...)
# S3 method for pbDevices
summary(object, ...)
The API key used to access the service. It can be
supplied as an argument here, or via the file
~/.rpushbullet.json
which is read at package
initialization.
Default object for print
method
Other optional arguments
Default object for summary
method
The resulting JSON record is converted to a list and
returned as a pbDevices
object with appropriate
print
and summary
methods.
This function invokes the ‘devices’ functionality of the Pushbullet API; see https://docs.pushbullet.com for more details.