curl --location --request GET '/repos/octocat/Hello-World/pulls/42/article' \
--header 'Authorization: Bearer <token>'{
"success": true,
"data": {
"id": "a1b2c3d4-e5f6-7890-1234-567890abcdef",
"prNumber": 42,
"repositoryFullName": "acme/widgets",
"githubPrUrl": "https://github.com/acme/widgets/pull/42",
"title": "feat: add new widget",
"authorLogin": "alice",
"githubPrCreatedAt": "2025-06-04T12:34:56Z",
"aiGeneratedTitle": "✨ 新しいウィジェット機能の追加",
"mainChanges": [
{
"fileName": "src/widget.ts",
"changeTypes": [
"FEAT"
],
"description": "Widgetクラスに新しいメソッドを追加"
}
],
"summaryGeneratedAt": "2025-06-04T13:00:00Z"
}
}