class Github::Client::Activity::Notifications
def subscribed?(*args)
- Api: - public
Other tags:
- See: https://developer.github.com/v3/activity/notifications/#get-a-thread-subscription -
def subscribed?(*args) arguments(args, required: [:thread_id]) get_request("/notifications/threads/#{arguments.thread_id}/subscription", arguments.params) end