Ejemplo n.º 1
0
 public Task <MarvelResponse <Story> > GetCreatorStories(int creatorId, CancellationToken token, StoriesByCreatorQueryParameters parameters = null) =>
 ExecuteApiCall <MarvelResponse <Story> >(() => _api.GetCreatorStories(creatorId, parameters, token));
Ejemplo n.º 2
0
 public Task <string> GetCreatorStoriesJson(int creatorId, CancellationToken token, StoriesByCreatorQueryParameters parameters = null) =>
 ExecuteApiJson(() => _api.GetCreatorStories(creatorId, parameters, token));