get_request: Makes a get request to the Open Patent Services API

View source: R/get_request.R

get_requestR Documentation

Makes a get request to the Open Patent Services API

Description

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

Usage

get_request(url, access_token, raw = FALSE)

Arguments

url

string, A single url

access_token

string, bearer token for authentication

raw

bool, r

Value

A list

Examples

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

## End(Not run)


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