Description Usage Arguments Details Value Author(s)
Retrieve the list of devices registered for the given API key.
1 2 3 4 5 6 7 8 9 10 | pbGetDevices(apikey = .getKey())
## Default S3 method:
pbGetDevices(apikey = .getKey())
## S3 method for class 'pbDevices'
print(x, ...)
## S3 method for class 'pbDevices'
summary(object, ...)
|
apikey |
The API key used to access the service. It can be
supplied as an argument here, or via the file
|
x |
Default object for |
... |
Other optional arguments |
object |
Default object for |
This function invokes the ‘devices’ functionality of the Pushbullet API; see https://docs.pushbullet.com for more details.
The resulting JSON record is converted to a list and
returned as a pbDevices
object with appropriate
print
and summary
methods.
Dirk Eddelbuettel
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.