Imgur.API.Endpoints.Impl.NotificationEndpoint.NotificationEndpoint C# (CSharp) Method

NotificationEndpoint() public method

Initializes a new instance of the NotificationsEndpoint class.
public NotificationEndpoint ( IApiClient apiClient ) : System
apiClient IApiClient The type of client that will be used for authentication.
return System
        public NotificationEndpoint(IApiClient apiClient) : base(apiClient)
        {
        }

Same methods

NotificationEndpoint::NotificationEndpoint ( IApiClient apiClient, HttpClient httpClient ) : System