Commit Graph

67 Commits

Author SHA1 Message Date
swcs f6e7594233 respect normal_uri, if submitted; PocketItem.ID as string 2013-12-15 11:00:00 +01:00
swcs 3fca5a059b update tests 2013-12-02 22:51:24 +01:00
swcs 5ba027bafc test SendActions 2013-11-16 15:27:54 +01:00
swcs 33e6e9b02d add SendActions method 2013-11-16 15:09:21 +01:00
swcs 95d7a5d993 make CancellationToken an optional parameter 2013-11-08 09:31:35 +01:00
swcs bf5d8a50ce cancellationToken for ALL methods - completed; remove obsolete methods in preparation for v3 2013-11-08 01:44:32 +01:00
swcs 10e9575303 cancellationToken for Modify methods 2013-11-08 01:33:32 +01:00
swcs feff91ffd8 cancellationToken for Get methods 2013-11-08 01:24:58 +01:00
swcs 50d896c670 cancellationToken for Add and Account methods 2013-11-08 01:12:34 +01:00
swcs 6b3819b87b require Uri to be absolute in Add method 2013-11-08 00:55:44 +01:00
swcs 8dedf11d24 require password in RegisterAccount to be at least 3 chars long 2013-11-01 16:35:16 +01:00
swcs da892067ad resolve conflicts; make GetAccessCode obsolete 2013-10-26 13:16:35 +02:00
ScottIsAFool 2a98cfb0e4 Added new method to return username too 2013-10-25 15:49:47 +01:00
swcs abfb9f6d78 remove unused using 2013-10-25 15:05:47 +02:00
swcs a1f6637e9d retrieve API usage limits; rename Statistics() to GetUserStatistics(); 2013-10-25 00:52:29 +02:00
ScottIsAFool ee1e32b9ab Added Fody/PropertyChanged 2013-10-24 18:44:22 +01:00
swcs f19fdd227b fix RetrieveFilter.All; improve search speed 2013-09-30 23:24:18 +02:00
swcs 7564855597 update comments 2013-09-27 09:34:55 +02:00
swcs 3564bc8273 allow dashes in username 2013-09-27 01:08:13 +02:00
swcs 2154740550 add account registration 2013-09-27 01:03:02 +02:00
swcs 966a35e2c6 add statistics API 2013-09-27 00:12:02 +02:00
swcs 54a82ea215 remove retrieve file 2013-09-21 21:06:38 +02:00
swcs 5136fe0ac4 update Microsoft.Net.HTTP package; update version and docs 2013-09-21 21:06:18 +02:00
swcs 74063723df ability to retrieve all tags 2013-09-21 20:48:50 +02:00
swcs cb6fc4e113 rename Retrieve => Get; add overload for Get for filters 2013-09-21 20:20:50 +02:00
swcs f8eaf47f80 update method documentation 2013-09-21 00:06:56 +02:00
swcs d7e324129c update version 2013-09-19 18:24:56 +02:00
swcs 1912563cc3 RemoveTag method; fix tag conversion; add modify tests 2013-09-19 18:08:41 +02:00
swcs 64c74b11d7 add item retrieval by ID 2013-09-19 12:13:07 +02:00
swcs fb92cb19c8 update retrieve methods - work with named parameters 2013-09-17 23:08:15 +02:00
swcs 9d0fb6484f fix modification requests 2013-09-17 21:43:31 +02:00
swcs e522c8e30a simplify parameter creation; fix several deserialization issues 2013-09-16 23:34:13 +02:00
swcs 6114c3af9a exception handling / validation for requests and parsing 2013-09-14 15:12:28 +02:00
swcs f9268ea6be start async + pcl implementation 2013-09-12 11:39:48 +02:00
swcs c7565d7684 make components async (won't work yet) 2013-09-11 22:31:01 +02:00
swcs 1a52ac7ec0 add details (tags,...) to Retrieve method called with RetrieveFilter; 2013-08-16 09:34:42 +02:00
swcs b7c84f7711 update enum namings to match naming conventions; 2013-07-12 00:15:43 +02:00
swcs 9d213d309f fix callbackUri escaping in authentication process; 2013-07-07 22:31:29 +02:00
swcs 01ab0f8bb8 move Auth Models into Response folder; remove unused usings; 2013-07-04 23:47:39 +02:00
swcs 719a53a9c5 fix callback encoding; callback Uri -> string; 2013-07-02 20:43:38 +02:00
swcs b53067b47b update authentication process; 2013-07-01 23:17:31 +02:00
swcs 08ea012a23 ähmm 2013-06-30 01:27:18 +02:00
swcs d1e0f3399b remove unused usings; 2013-06-27 00:57:58 +02:00
swcs cb69aa13d0 added simple documentation where it was forgotten... 2013-06-27 00:53:30 +02:00
swcs c87ee06cd9 add overloads for modifying tags to allow PocketItem as param; 2013-06-26 23:53:42 +02:00
swcs 9ef558f0f2 methods for modifying tags; 2013-06-26 23:49:11 +02:00
swcs 53a2fe2908 remove Readd alias; 2013-06-26 23:12:15 +02:00
swcs bcb927b005 refactor expectAuth to be included as trigger in Get; 2013-06-26 17:44:49 +02:00
swcs a320f18f24 add Add method to add new PocketItem; 2013-06-26 17:41:18 +02:00
swcs 899a2e1c4c complete PocketItem properties; add PocketImage, PocketVideo, PocketAuthor; 2013-06-26 12:17:01 +02:00