Sending a GET Request to GitHub API asking for a list of commit messages in a Pull Request
crhodes
Posted on July 24, 2018
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?
💖 💪 🙅 🚩
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
webdev Understanding HTTP, Cookies, Email Protocols, and DNS: A Guide to Key Internet Technologies
November 30, 2024