get_endpoint {rgoogleclassroom} | R Documentation |
Generate endpoint for the Google classroom API
Description
Generate endpoint for the Google classroom API
Usage
get_endpoint(
type_of_endpoint = "classroom.endpoint.user",
course_id = NULL,
topic_id = NULL,
coursework_id = NULL,
materials_id = NULL,
form_id = NULL
)
Arguments
type_of_endpoint |
Type of endpoint to convert to url |
course_id |
(Optional) ID of the google course to be affected/retrieved |
topic_id |
(Optional) ID of the topic to be affected/retrieved |
coursework_id |
(Optional) ID of the coursework to be affected/retrieved |
materials_id |
(Optional) ID of the material to be affected/retrieved |
form_id |
(Optional) ID of the form to be affected/retrieved |
Value
A url that is the endpoint for the API call
[Package rgoogleclassroom version 0.9.1 Index]