From a92d5a1e1fa8c985e26428be150d0675bc838a01 Mon Sep 17 00:00:00 2001 From: ceee Date: Thu, 13 Jun 2013 16:06:28 +0200 Subject: [PATCH] add default params for requests and accessors for authentification codes --- .../PocketSharp.Console.csproj | 3 ++ PocketSharp.Console/Program.cs | 5 ++- PocketSharp/IPocketClient.cs | 14 ++++++-- .../Models/Authentification/RequestCode.cs | 13 +++++++ PocketSharp/PocketClient.cs | 35 ++++++++++++++++--- PocketSharp/PocketSharp.csproj | 4 ++- 6 files changed, 65 insertions(+), 9 deletions(-) create mode 100644 PocketSharp/Models/Authentification/RequestCode.cs diff --git a/PocketSharp.Console/PocketSharp.Console.csproj b/PocketSharp.Console/PocketSharp.Console.csproj index 12482b5..7e6ae28 100644 --- a/PocketSharp.Console/PocketSharp.Console.csproj +++ b/PocketSharp.Console/PocketSharp.Console.csproj @@ -50,6 +50,9 @@ PocketSharp + + +