Unsupported
GET /notifications- List notifications for the authenticated userPUT /notifications- Mark notifications as readGET /notifications/threads/{thread_id}- Get a threadPATCH /notifications/threads/{thread_id}- Mark a thread as readDELETE /notifications/threads/{thread_id}- Mark a thread as doneGET /notifications/threads/{thread_id}/subscription- Get a thread subscription for the authenticated userPUT /notifications/threads/{thread_id}/subscription- Set a thread subscriptionDELETE /notifications/threads/{thread_id}/subscription- Delete a thread subscriptionGET /repos/{owner}/{repo}/notifications- List repository notifications for the authenticated userPUT /repos/{owner}/{repo}/notifications- Mark repository notifications as read