
GitHub Pages now uses Actions by default
As GitHub Pages, home to 16 million websites, approaches its 15th anniversary, we’re excited to announce that all sites now build and deploy with GitHub Actions.
Now that the dust has settled around Notifications and Stars, we've unleashed all that :sparkles: in a brand new API. You can now view and mark notifications as read. The…
Now that the dust has settled around Notifications and Stars,
we’ve unleashed all that :sparkles: in a brand new API. You can now
view and mark notifications as read.
The core notifications functionality is under the /notifications
endpoint.
You can look for unread notifications:
$ curl https://api.github.com/notifications
You can filter these notifications to a single Repository:
$ curl https://api.github.com/repos/technoweenie/faraday/notifications
You can read more about this on the API Changes blog, or the full Notifications API documentation.