Example #1
0
 public Task <MarvelResponse <Serie> > GetCreatorSeries(int creatorId, CancellationToken token, SeriesByCreatorQueryParameters parameters = null) =>
 ExecuteApiCall <MarvelResponse <Serie> >(() => _api.GetCreatorSeries(creatorId, parameters, token));
Example #2
0
 public Task <string> GetCreatorSeriesJson(int creatorId, CancellationToken token, SeriesByCreatorQueryParameters parameters = null) =>
 ExecuteApiJson(() => _api.GetCreatorSeries(creatorId, parameters, token));