Exemplo n.º 1
0
 public Task <MarvelResponse <Comic> > GetEventComics(int eventId, CancellationToken token, ComicsByEventQueryParameters parameters = null) =>
 ExecuteApiCall <MarvelResponse <Comic> >(() => _api.GetEventComics(eventId, parameters, token));
Exemplo n.º 2
0
 public Task <string> GetEventComicsJson(int eventId, CancellationToken token, ComicsByEventQueryParameters parameters = null) =>
 ExecuteApiJson(() => _api.GetEventComics(eventId, parameters, token));