linear

package
v0.11.367 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 26, 2025 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

type Client struct {
	// contains filtered or unexported fields
}

Client provides access to Linear via ingestr.

func NewClient

func NewClient(c Config) (*Client, error)

NewClient initializes a Linear client with given configuration.

func (*Client) GetIngestrURI

func (c *Client) GetIngestrURI() (string, error)

GetIngestrURI returns the ingestr URI for the client.

type Config

type Config struct {
	APIKey string `yaml:"api_key" json:"api_key" mapstructure:"api_key"`
}

Config holds credentials for Linear connection.

func (*Config) GetIngestrURI

func (c *Config) GetIngestrURI() string

GetIngestrURI builds the Linear ingestr URI.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL