simplify Put;

This commit is contained in:
2013-06-24 20:02:01 +02:00
parent 3470c7bb80
commit 316db90df3
3 changed files with 33 additions and 9 deletions
+2 -1
View File
@@ -16,7 +16,8 @@ namespace PocketSharp.Console
// this consumerKey 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(
consumerKey: "15396-f6f92101d72c8e270a6c9bb3"
consumerKey: "15396-f6f92101d72c8e270a6c9bb3",
accessCode: ""
);
//Uri redirect = client.Authenticate(new Uri("http://example.com"));