I am trying to get the same information from GitHub as on https://github.com/notifications . Unfortunately, the standard notification API does not actually match this view.
If I receive notifications from this API (even with participating=false
), I do not see all the elements visible on the website. On the other hand, the API seems to be based on the idea last_read_at
, and everything I saw on the website does not automatically disappear from the notification list.
Is there a way (without scraping the site) to get the same look /notifications
?
source
share