lp_book_info {leanpubr}R Documentation

Leanpub Book Information

Description

Leanpub Book Information

Usage

lp_book_info(slug, api_key = NULL, secure = TRUE, verbose = TRUE,
  ...)

lp_summary(slug, api_key = NULL, secure = TRUE, verbose = TRUE, ...)

Arguments

slug

slug of the project

api_key

API key for Leanpub, passed to lp_api_key

secure

passed to lp_base_url for https

verbose

print diagnostic messages

...

additional options to pass to GET

Value

List of the result of the GET call and the content

Note

See https://leanpub.com/help/api

Examples

if (lp_have_api_key()) {
stat = lp_book_info(slug = "modernscientist")
}

[Package leanpubr version 0.3.1 Index]