rebrickable_api: Generic API call

Description Usage Arguments

View source: R/scrape_rebrickable.R

Description

General helper for handling the brickset API. Only call this directly if you know what you're doing with APIs - it is exposed because all of the API functions are not wrapped in this package.

Usage

1
2
rebrickable_api(where, api_key = rebrickable_key(),
  default_args = list(), ..., follow_next = TRUE)

Arguments

where

API endpoint

api_key

API key (pulled from .rebrickable_key if it exists)

default_args

default API args

...

Additional arguments to the API

follow_next

If response contains a 'next' argument, should it be followed?


srvanderplas/LegoR documentation built on Nov. 5, 2019, 9:17 a.m.