formr_api_access_token: Connect to formr API

View source: R/formr_api.R

formr_api_access_tokenR Documentation

Connect to formr API

Description

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

Usage

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

## Not run: 
formr_api_access_token(client_id = 'your_id', client_secret = 'your_secret' )

## End(Not run)

rubenarslan/formr documentation built on Feb. 6, 2024, 1:18 a.m.