예제 #1
0
 public IList <DadosYoutube> GetDadosVideoYoutube(string playListId) => YoutubeAPICore.GetVideoYoutube(playListId);
예제 #2
0
 public IList <DadosYoutube> GetDadosVideoYoutube(string channelId, string dataInicial, string dataFinal)
 => YoutubeAPICore.GetVideoYoutube(channelId, dataInicial, dataFinal);
예제 #3
0
 public DadosCanalYoutube GetDadosCanalYoutube()
 {
     return(YoutubeAPICore.GetCanalYoutube());
 }