knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "README-"
)

Travis-CI Build Status CRAN_Status_Badge Coverage Status

AzureOAuth

The purpose of this package is to make it easier to deal with OAuth tokens from Microsoft Azure. Certainly, the httr package takes care of a great majority of the headache. It is hope that this package can alleviate any remaining headache.

Needless to say, this package draws much inspitaration from httr.

Azure access

Talk about native apps and service apps.

What we will need

Installation

AzureOAuth is not yet available on CRAN. You may install from GitHub:

# install.packages("devtools")
devtools::install_github("ijlyttle/AzureOAuth")

If you encounter a clear bug, please file a minimal reproducible example on github.

Code of Conduct

Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.



ijlyttle/AzureOAuth documentation built on May 5, 2019, 11:09 p.m.