powered by
Leanpub Wrapper for GET/POST statements
lp_get_wrapper( slug, endpoint, api_key = NULL, secure = TRUE, verbose = TRUE, ... )lp_post_wrapper( slug, endpoint, api_key = NULL, secure = TRUE, verbose = TRUE, ... )
lp_post_wrapper( slug, endpoint, api_key = NULL, secure = TRUE, verbose = TRUE, ... )
List of the result of the GET call and the content
GET
slug of the project
call to the api endpoint
API key for Leanpub, passed to lp_api_key
lp_api_key
passed to lp_base_url for https
lp_base_url
print diagnostic messages
additional options to pass to GET
if (lp_have_api_key()) { stat = lp_get_wrapper(slug = "neuroimagingforstatisticians", endpoint = "/job_status", nonstop = TRUE, error = FALSE) }
Run the code above in your browser using DataLab