update Retrieve model to serve a List + Dictionary of items;

This commit is contained in:
2013-06-14 12:13:57 +02:00
parent a66fdd1876
commit cbbce90a43
6 changed files with 33 additions and 66 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ namespace PocketSharp.Console
PocketClient client = new PocketClient("15396-f6f92101d72c8e270a6c9bb3");
client.AccessCode = "a85134a7-243c-6656-ab82-97c901";
client.Get();
client.Retrieve();
System.Console.ReadKey();
}