implement simple first version of Retrieve component;

This commit is contained in:
2013-06-14 02:44:40 +02:00
parent b8ff54519f
commit 6f99e8beb8
8 changed files with 85 additions and 26 deletions
+3
View File
@@ -14,6 +14,9 @@ namespace PocketSharp.Console
// this apiKey is just for demonstration purposes
// please create your own application and retrieve it's key. It's a 1-step process ;-)
PocketClient client = new PocketClient("15396-f6f92101d72c8e270a6c9bb3");
client.AccessCode = "a85134a7-243c-6656-ab82-97c901";
client.Get();
System.Console.ReadKey();
}