GitHub
Repo Issue Comments

GitHub Repo Issue Comments API

Sync repo issue comments data with GitHub through Apideck's unified API. One integration, instant access.

Quick Start Example

Start syncing GitHub repo issue comments in minutes

Node.js
import { Apideck } from '@apideck/node'

const apideck = new Apideck({
  apiKey: 'YOUR_API_KEY',
  appId: 'YOUR_APP_ID',
  consumerId: 'YOUR_CONSUMER_ID'
})

// List repo issue comments from GitHub
const response = await apideck.issue-tracking.collectionticketcommentsAll({
  serviceId: 'github'
})

console.log(response.data)
// Returns unified repo issue comments data

GitHub SDKs

Build GitHub integrations in your favorite language with our official SDKs.

Launch accounting integrations in weeks, not months

Sign Up