get_endpoint {rgoogleslides}R Documentation

Generate endpoint for the Google Slides API

Description

Generate endpoint for the Google Slides API

Usage

get_endpoint(
  type_of_endpoint = "slides.endpoint.get",
  id = NULL,
  page_object_id = NULL
)

Arguments

type_of_endpoint

Type of endpoint to convert to url

id

(Optional) ID of the google slides to manipulate. Optional for slides.endpoint.create

page_object_id

(Optional) ID of the page slide object to be affected


[Package rgoogleslides version 0.3.2 Index]