This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
using Colors.Net; | |
using Microsoft.Extensions.CommandLineUtils; | |
using Newtonsoft.Json; | |
namespace YoutubeVideosCLI | |
{ | |
public class CreateCommand : CommandLineApplication | |
{ | |
private string youtubeApiUrl = string.Empty; | |
private string youtubeChannelsApiUrl = string.Empty; |