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

TopicEndpoint() public method

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

Same methods

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