module Octokit::Client::Notifications

def thread_notifications(thread_id, options = {})

Other tags:
    See: https://developer.github.com/v3/activity/notifications/#view-a-single-thread -

Returns:
  • (Array) - Array of notifications.

Parameters:
  • thread_id (Integer) -- Id of the thread.
def thread_notifications(thread_id, options = {})
  get "notifications/threads/#{thread_id}", options
end