Description Methods Public fields Active bindings Methods Examples
swagger.Conferences
get_conferences Conferences
path
Stores url path of the request.
apiClient
Handles the client-server communication.
userAgent
Set the user agent of the request.
path
Stores url path of the request.
new()
ConferencesApi$new(apiClient)
get_conferences()
ConferencesApi$get_conferences(...)
clone()
The objects of this class are cloneable with this method.
ConferencesApi$clone(deep = FALSE)
deep
Whether to make a deep clone.
1 2 3 4 | conf <- ConferencesApi$new()
con <- conf$get_conferences()
print(con)
print(con$content)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.