Tools
github_pull_request
Run the github_pull_request tool. Returns a clean, normalized JSON shape.
POST
github_pull_request
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Run the github_pull_request tool. Returns a clean, normalized JSON shape.
curl --request POST \
--url https://api.fetchbean.com/v1/github_pull_request \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"repo": "<string>",
"number": 123,
"owner": "<string>"
}
'{}Was this page helpful?
curl --request POST \
--url https://api.fetchbean.com/v1/github_pull_request \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"repo": "<string>",
"number": 123,
"owner": "<string>"
}
'{}