Issues are a bug tracking system built into Github. They provide a way for people to report problems, receive feedback, and collaborate together on code projects. New issues shows the rate at which issues are being open for a repository.
GET
/
v1
/
developer
/
github
/
issues
/
new
GitHub New Issues
Copy
Ask AI
curl --request GET \
--url https://api.invezo.com/v1/developer/github/issues/new \
--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