See the Activity Notifications API documentation for more information.
Constructors
-
Notifications
Client(IApi Instantiates a new GitHub Activity Notifications API client.Connection)
Methods
-
Delete
Thread Deletes the authenticated user's subscription to a given thread.Subscription(Int32) - Get(Int32) Retrives a single Notification by Id.
-
Get
All Retrieves all of the Notifications for the current user.For Current() -
Get
All Retrieves all of the Notifications for the current user.For Current(Api Options) -
Get
All Retrieves all of the Notifications for the current user.For Current(Notifications Request) -
Get
All Retrieves all of the Notifications for the current user.For Current(Notifications Request, Api Options) -
Get
All Retrieves all of the Notifications for the current user specific to the specified repository.For Repository(Int64) -
Get
All Retrieves all of the Notifications for the current user specific to the specified repository.For Repository(Int64, Api Options) -
Get
All Retrieves all of the Notifications for the current user specific to the specified repository.For Repository(Int64, Notifications Request) -
Get
All Retrieves all of the Notifications for the current user specific to the specified repository.For Repository(Int64, Notifications Request, Api Options) -
Get
All Retrieves all of the Notifications for the current user specific to the specified repository.For Repository(String, String) -
Get
All Retrieves all of the Notifications for the current user specific to the specified repository.For Repository(String, String, Api Options) -
Get
All Retrieves all of the Notifications for the current user specific to the specified repository.For Repository(String, String, Notifications Request) -
Get
All Retrieves all of the Notifications for the current user specific to the specified repository.For Repository(String, String, Notifications Request, Api Options) -
Get
Thread Retrives a ThreadSubscription for the provided thread id.Subscription(Int32) -
Mark
As Marks all notifications as read.Read() -
Mark
As Marks a single notification as read.Read(Int32) -
Mark
As Marks all notifications as read.Read(Mark As Read Request) -
Mark
As Marks the notifications for a given repository as read.Read For Repository(Int64) -
Mark
As Marks the notifications for a given repository as read.Read For Repository(Int64, Mark As Read Request) -
Mark
As Marks the notifications for a given repository as read.Read For Repository(String, String) -
Mark
As Marks the notifications for a given repository as read.Read For Repository(String, String, Mark As Read Request) -
Set
Thread Sets the authenticated user's subscription settings for a given thread.Subscription(Int32, New Thread Subscription)