Users typically fork a Github repository to copy it and make modifications to it. Forking a Github repository allows users to edit code without affecting the original project. This typically shows developer interest in contributing to projects.
GET
/
v1
/
developer
/
github
/
forks
GitHub Forks
Copy
Ask AI
curl --request GET \ --url https://api.invezo.com/v1/developer/github/forks \ --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