Skip to content

Wrapper for the linear.app GraphQL API

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md
Notifications You must be signed in to change notification settings

Presage-Group/lineaR

Repository files navigation

lineaR

The goal of lineaR is to provide a simple interface for working with data from linear.app in R.

Installation

You can install the development version of lineaR like so:

devtools::install_github("Presage-Group/lineaR")

Getting an API Key From 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.

Example

library(lineaR)

get_linear_current_user()

# A tibble: 1 × 3
# id                                   name        email                  
# <chr>                                <chr>       <chr>                  
# 1 ---------------------------------  Randy Boyes [email protected]

About

Wrapper for the linear.app GraphQL API

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •