pf_accesstoken: Generate an access token for the Petfinder API (V2)

Description Usage Arguments Value Examples

View source: R/authorization.R

Description

Generate an access token for the Petfinder API (V2)

Usage

1
pf_accesstoken(key = NULL, secret = NULL)

Arguments

key

A key provided to the user by the Petfinder API (V2)

secret

A secret provided to the user by the Petfinder API (V2)

Value

An access token for the Petfinder API (V2)

Examples

1
2
3
4
## Not run: 
token <- pf_accesstoken(petfindr_key, petfindr_secret)

## End(Not run)

earl88/PetFindr documentation built on Jan. 18, 2020, 9:10 a.m.