Users commit to a Github repository to submit or save changes to a file (or set of files). Tracking commits is a good way to monitor how frequently code is changed.
GET
/
v1
/
developer
/
github
/
commits
GitHub Commits
Copy
Ask AI
curl --request GET \ --url https://api.invezo.com/v1/developer/github/commits \ --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