Imgur.API.Endpoints.Impl.NotificationEndpoint.NotificationEndpoint C# (CSharp) 메소드

NotificationEndpoint() 공개 메소드

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.
리턴 System
        public NotificationEndpoint(IApiClient apiClient) : base(apiClient)
        {
        }

Same methods

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