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