| Item | R Documentation |
Base class for describing objects: Project, Task, App, File, etc.
responseRaw response from the request.
hrefItem's API request URL.
authSeven Bridges Authentication object.
new()Create a new Item object.
Item$new(href = NA, response = NA, auth = NA)
hrefItem's API request URL.
responseRaw API response.
authSeven Bridges Authentication object.
reload()Reload the Item (resource).
Item$reload(cls, ...)
clsItem class object.
...Other arguments that can be passed to core api() function
like 'limit', 'offset', 'fields', etc.
clone()The objects of this class are cloneable with this method.
Item$clone(deep = FALSE)
deepWhether to make a deep clone.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.