post_request: Makes a POST request to the Open Patent Services API

View source: R/post_request.R

post_requestR Documentation

Makes a POST request to the Open Patent Services API

Description

Makes a POST request to the Open Patent Services API and it returns the raw or parsed response

Usage

post_request(url, access_token, id = NULL, raw = raw)

Arguments

url

string, A single url

access_token

string, bearer token for authentication

id

string vector, epodoc or docdb format

raw

bool, r

Value

A list or a raw string

Examples

## Not run: 
response <- post_request(url, id, access_token, raw = FALSE)

## End(Not run)


AlessioNar/Rops documentation built on Sept. 27, 2022, 1:16 a.m.