README.md

siesta

Generic Tools to work with REST apis

library(siesta) 

github <- json_api( "https://api.github.com/" )
github_issues <- github$bind( "repos/:user/:repo/issues", 
  number, 
  login = user$login, 
  title,
  labels = paste( sapply( labels, "[[", "name" ), collapse = ", " )
)
github_issues( "hadley", "dplyr" )


romainfrancois/siesta documentation built on May 27, 2019, 1:48 p.m.