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

CustomGalleryEndpoint() public method

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

Same methods

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