write_api: Write arbitrary data to our api.

Description Usage Arguments Value Functions

View source: R/api_write_api.R

Description

This reads arbitrary data from our api, including mention data.

Usage

1
2
3
write_api(endpoint, method = "PUT", json = NULL, query = list())

write_api_form(endpoint, method = "PUT", query = list())

Arguments

endpoint

The endpoint that you would like to access

method

A string indicating the kind of write action. Possibly 'PUT' or 'POST'

json

An object to serialise as json.

query

An httr query list

Value

the json content

Functions


brandseye/brandseyer2 documentation built on Sept. 5, 2021, 2:15 p.m.