The goal of lineaR is to provide a simple interface for working with data from linear.app in R.
You can install the development version of lineaR like so:
devtools::install_github("Presage-Group/lineaR")You will need a personal Linear API key in order to use this package.
This can be generated at the security settings
page within
linear. Store this key in your keyring with the provided utility
function store_linear_api_key and it will be retrieved when needed.
library(lineaR)
get_linear_current_user()
# A tibble: 1 × 3
# id name email
# <chr> <chr> <chr>
# 1 --------------------------------- Randy Boyes [email protected]