ConferencesApi: Conferences operations

Description Methods Public fields Active bindings Methods Examples

Description

swagger.Conferences

Methods

get_conferences Conferences

Public fields

path

Stores url path of the request.

apiClient

Handles the client-server communication.

userAgent

Set the user agent of the request.

Active bindings

path

Stores url path of the request.

Methods

Public methods


Method new()

Usage
ConferencesApi$new(apiClient)

Method get_conferences()

Usage
ConferencesApi$get_conferences(...)

Method clone()

The objects of this class are cloneable with this method.

Usage
ConferencesApi$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.

Examples

1
2
3
4
conf <- ConferencesApi$new()
con <- conf$get_conferences()
print(con)
print(con$content)

saiemgilani/cfbd-api-R documentation built on Feb. 16, 2021, 12:07 a.m.