Ejemplo n.º 1
0
 public MyAnimeListModel GetMyAnimeList() {
     return _consumingHelper.Get<MyAnimeListModel>($"{_userInfo}?u={_userName}");
 }
Ejemplo n.º 2
0
 public MangaGetModel SearchManga(string title)
 {
     title.Replace(" ", "+");
     return(_consumingHelper.Get <MangaGetModel>($"{_searchMangaLink}?q={title}"));
 }