easy_call: easy_call

Description Usage Arguments

View source: R/helper_functions.R

Description

An easy way to write a call to a Google API

Usage

1
easy_call(call_type, url, token, call_body = NULL)

Arguments

call_type

One of 'post', 'put', 'get', 'delete'

url

The URL you are sending the call to

token

An OAuth token object

call_body

The request body. Optional


neugelb/gtmr documentation built on June 25, 2020, 10:06 a.m.