The prodpad
packages exposes higher level APIs to extract tibbles with ProdPad information (for example, products, feedback, ideas, etc.) from the ProdPad API.
In addition, prodpad
provides a low level wrapper around the ProdPad API - the pp()
function.
Installation
You can install the development version of prodpad from GitHub with:
# install.packages("remotes")
remotes::install_github("andrie/prodpad")
Authenticating against the API
To get started, you need a ProdPad API key. This can be found by going to: Profile => API Keys. (Or use prodpad::browse_api_key()
to navigate there interactively)
Then export that API key as an environment variable, e.g. in .Renviron
:
PRODPAD_API_KEY=my-api-key