getMonzoToken: Authenticating against the API and retrieving auth tokens

Description Usage Arguments

View source: R/authenticate.R

Description

This function allows you to authenticate against the R API

Usage

1
2
getMonzoToken(key = Sys.getenv("MONZOR_CLIENTID"),
  secret = Sys.getenv("MONZOR_SECRET"))

Arguments

key

The client id of your Monzo application

secret

The secret for your Monzo application


ryanbateman/monzor documentation built on May 24, 2019, 2:03 a.m.