Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 846 Bytes

development.md

File metadata and controls

22 lines (17 loc) · 846 Bytes

Development

Any individual is able to create a free Linear account with an email address and use the API for testing purposes. This project takes advantage of the Linear SDK for fetching data.

Provider account setup

  1. Create a Linear account at https://linear.app/signup.
  2. Confirm your registration using the emailed link.
  3. You will be prompted to create a workspace.
  4. Once the workspace is created, you will be able to create and update entities as needed for testing.

Authentication

  1. Once logged in, navigate to Settings --> My Account --> API.
  2. Create an API key in one of two ways:
    1. Personal API key
    2. Create a new OAuth application --> Manage application --> Create developer token
  3. Add the token to the .env file as the ACCESS_TOKEN.