formr_api_access_token: Connect to formr API

Description Usage Arguments Examples

View source: R/formr_api.R

Description

Connects to formr using your client_id and client_secret (OAuth 2.0 grant type: client_credentials).

Usage

1
2
formr_api_access_token(client_id, client_secret,
  host = "https://api.formr.org/")

Arguments

client_id

your client_id

client_secret

your client_secret

host

defaults to https://formr.org

Examples

1
2
3
4
## Not run: 
formr_api_access_token(client_id = 'your_id', client_secret = 'your_secret' )

## End(Not run)

grebbel/formr_test documentation built on May 17, 2019, 8:34 a.m.