R/package.R

#' ThankYouStars
#'
#' Give your Dependencies Stars on GitHub!
#' @docType package
#' @name ThankYouStars
NULL

## Main API URL
DEFAULT_API_URL <- 'https://api.github.com'

## Starring endpoint
USER_STARRED_URL <- paste0(DEFAULT_API_URL, '/user/starred')

Try the ThankYouStars package in your browser

Any scripts or data that you put into this service are public.

ThankYouStars documentation built on May 2, 2019, 2:56 p.m.