コード例 #1
0
 public Task <MarvelResponse <Story> > GetEventStories(int eventId, CancellationToken token, StoriesByEventQueryParameters parameters = null) =>
 ExecuteApiCall <MarvelResponse <Story> >(() => _api.GetEventStories(eventId, parameters, token));
コード例 #2
0
 public Task <string> GetEventStoriesJson(int eventId, CancellationToken token, StoriesByEventQueryParameters parameters = null) =>
 ExecuteApiJson(() => _api.GetEventStories(eventId, parameters, token));