Sending a GET Request to GitHub API asking for a list of commit messages in a Pull Request

crhodes2

crhodes

Posted on July 24, 2018

Sending a GET Request to GitHub API asking for a list of commit messages in a Pull Request

I want my Python Flask server to send a GET Request to the GitHub REST API V3, asking for all commits messages in a Pull Request, and perhaps receive it as a single payload.

Any suggestions on how I can approach this issue?

💖 💪 🙅 🚩
crhodes2
crhodes

Posted on July 24, 2018

Join Our Newsletter. No Spam, Only the good stuff.

Sign up to receive the latest update from our blog.

Related