provider 9 operations
@utdk/linear
Linear API
Generated UTDK provider client for Linear API. Linear is a modern project management tool for high-performance software teams. This API provides REST endpoints for webhooks, OAuth, and attachment management alongside the primary GraphQL API.
README
Embedded directly from the package source.
linear
Generated UTDK provider types and OpenAPI-backed client for repo://data/openapi/linear.json.
Operations
9 operations —
open try-it console
| Method | Operation ID | Path | Summary | |
|---|---|---|---|---|
| POST | executeGraphQL | /graphql | Execute a GraphQL query or mutation | Try |
| POST | exchangeOAuthToken | /oauth/token | Exchange authorization code for access token | Try |
| POST | revokeOAuthToken | /oauth/revoke | Revoke an OAuth access token | Try |
| GET | listWebhooks | /webhooks | List webhooks | Try |
| POST | createWebhook | /webhooks | Create a webhook | Try |
| GET | getWebhook | /webhooks/{webhookId} | Get a webhook | Try |
| PATCH | updateWebhook | /webhooks/{webhookId} | Update a webhook | Try |
| DELETE | deleteWebhook | /webhooks/{webhookId} | Delete a webhook | Try |
| POST | createAttachment | /attachment | Create an attachment on an issue | Try |