oauthlib

knitr::opts_chunk$set(
  comment = "#>",
  collapse = TRUE
)

Project Status: WIP – Initial development is in progress, but there has not yet been a stable, usable release suitable for the public. Build Status

oauthlib: build and validate OAuth headers, following Ruby's https://github.com/laserlemon/simple_oauth

BEWARE: VERY ALPHA - & NOT FUNCTIONAL YET

Installation

remotes::install_github("sckott/oauthlib")
library("oauthlib")

example

(x <- OAuth$new("get", "https://api.twitter.com/1/statuses/friends.json", list()))
x
x$url()
x$as_string()
x$signed_attributes()

Meta



ropenscilabs/oauthlib documentation built on Sept. 6, 2020, 12:15 a.m.