Libation 4.0 prep. EzApiCreator: remove locale option, add JsonPath support, libation wrapper to pass in jsonpath

This commit is contained in:
Robert McRackan 2020-08-10 10:31:41 -04:00
parent 2e4a97fde7
commit efa5cefa23
5 changed files with 28 additions and 17 deletions

View file

@ -13,8 +13,7 @@ namespace ApplicationServices
{
try
{
var audibleApiActions = new AudibleApiActions();
var items = await audibleApiActions.GetAllLibraryItemsAsync(callback);
var items = await AudibleApiActions.GetAllLibraryItemsAsync(callback);
var totalCount = items.Count;
Serilog.Log.Logger.Information($"GetAllLibraryItems: Total count {totalCount}");