Developers create a pull request when they are ready to begin the process of merging new code changes with the main project repository. Watching pull requests is a good way to monitor how much a repository is changing.
GET
/
v1
/
developer
/
github
/
pull_requests
GitHub Pull Requests
Copy
Ask AI
curl --request GET \ --url https://api.invezo.com/v1/developer/github/pull_requests \ --header 'x-invezo-api-key: <api-key>'
sort the results by timestamp. asc will return results in ascending order
(oldest to newest), desc will return results in descending order (newest to
oldest). default value is asc