swcs
|
49436e0aaa
|
add equality check unit test
|
2016-02-21 13:44:00 +01:00 |
|
swcs
|
80f8a2231e
|
update packages + remove decompression from HttpClient (2.2)
|
2015-12-05 17:30:18 +01:00 |
|
swcs
|
459d034aa2
|
merge to master
|
2014-08-28 14:22:57 +02:00 |
|
swcs
|
c31b771cdb
|
fix datetime conversion issue
|
2014-08-28 14:14:40 +02:00 |
|
swcs
|
77af7cf20e
|
Revert "sliiim"
This reverts commit 816e06269f.
|
2014-07-27 15:19:14 +02:00 |
|
swcs
|
816e06269f
|
sliiim
|
2014-07-27 15:17:54 +02:00 |
|
swcs
|
1567709ace
|
Merge remote-tracking branch 'origin/master' into simple
|
2014-07-21 16:24:30 +02:00 |
|
swcs
|
342f16fb8e
|
convert timestamps to UTC+-0 (critical fix)
|
2014-07-21 16:23:59 +02:00 |
|
swcs
|
b7b92d87ed
|
sliiim
|
2014-07-02 15:31:38 +02:00 |
|
swcs
|
556e8004f3
|
fix Action parameter "url", so batch adding is working now
|
2014-06-17 10:45:24 +02:00 |
|
swcs
|
7cad855f9c
|
return correct response status for "Send"
|
2014-06-17 10:14:26 +02:00 |
|
swcs
|
82896d6fb4
|
prevent creation of Lists and use IEnumerable where possible
|
2014-05-01 17:56:18 +02:00 |
|
swcs
|
6999185c96
|
remove unnecessary action in tests
|
2014-04-03 11:50:12 +02:00 |
|
swcs
|
7669d8880e
|
first running version of new package
|
2014-04-03 11:45:00 +02:00 |
|
swcs
|
38b6a62686
|
add new test
|
2014-04-02 16:57:28 +02:00 |
|
Stephen Erstad
|
ec006b298d
|
Added test for Json property for PocketItem
Tested that the Json property is set on the retrieved PocketItems and
that they represent a JSON object
|
2014-03-04 22:35:50 -06:00 |
|
swcs
|
c21abd5f21
|
try to normalize URIs retrieved in video array; update tests;
|
2014-02-23 21:03:55 +01:00 |
|
swcs
|
585c203f9a
|
fix PocketAction conversion exception when no ID is given; fixes #20
|
2014-02-17 23:30:15 +01:00 |
|
swcs
|
13664c4201
|
fixes #18 - new registration via redirect
|
2014-02-07 14:12:09 +01:00 |
|
swcs
|
7b14044c53
|
password has to be at least 6 chars long
|
2014-02-06 13:28:28 +01:00 |
|
swcs
|
670fecb1e0
|
respect given_url if no resolved_url is given
|
2013-12-27 21:34:22 +01:00 |
|
swcs
|
25bb5028a5
|
Remove PocketSharp.Reader => moved to ReadSharp
See https://github.com/ceee/ReadSharp if you want to use ReadSharp
|
2013-12-19 11:24:22 +01:00 |
|
swcs
|
996755ef50
|
extract images from article in Reader
|
2013-12-16 21:42:11 +01:00 |
|
swcs
|
6e6cef138a
|
update tests; remove PocketArticle from PocketSharp
|
2013-12-16 21:11:04 +01:00 |
|
swcs
|
4718faf76a
|
HasImage and HasVideo has to be nullable for unresolved items
|
2013-12-15 11:10:56 +01:00 |
|
swcs
|
f6e7594233
|
respect normal_uri, if submitted; PocketItem.ID as string
|
2013-12-15 11:00:00 +01:00 |
|
swcs
|
a1fae6b3ce
|
fix PocketAction conversion
|
2013-12-04 22:14:29 +01:00 |
|
swcs
|
3fca5a059b
|
update tests
|
2013-12-02 22:51:24 +01:00 |
|
swcs
|
e2ca21b3be
|
add tests for the since parameter
|
2013-11-21 21:45:49 +01:00 |
|
swcs
|
5ba027bafc
|
test SendActions
|
2013-11-16 15:27:54 +01:00 |
|
swcs
|
b2ce585966
|
bodyOnly and noHeadline options for PocketReader.Read
|
2013-11-15 14:20:56 +01:00 |
|
swcs
|
f5c8d45013
|
move PocketReader into own project
|
2013-11-15 13:28:16 +01:00 |
|
swcs
|
3bff4d823f
|
update dependencies
|
2013-11-14 19:33:55 +01:00 |
|
swcs
|
0427399746
|
add stress tests
|
2013-11-13 20:23:02 +01:00 |
|
swcs
|
ee989fc019
|
custom UriConverter to check for invalid URIs
|
2013-11-12 22:08:02 +01:00 |
|
swcs
|
2a9c30a69b
|
add PreRequest action for all requests
|
2013-11-11 22:00:41 +01:00 |
|
swcs
|
95d7a5d993
|
make CancellationToken an optional parameter
|
2013-11-08 09:31:35 +01:00 |
|
swcs
|
50d896c670
|
cancellationToken for Add and Account methods
|
2013-11-08 01:12:34 +01:00 |
|
swcs
|
d856e75e76
|
make test playlists working for XUnit update
|
2013-11-05 23:31:19 +01:00 |
|
swcs
|
7147d8022e
|
update docs
|
2013-11-05 23:13:14 +01:00 |
|
swcs
|
cb8d1d9d43
|
make Test playlists; refactored PocketItem inline lists (setters are working now);
|
2013-11-04 22:46:30 +01:00 |
|
swcs
|
01be59b347
|
add FillAccount method for stress tests
|
2013-11-03 20:18:57 +01:00 |
|
swcs
|
396cf69a40
|
convert nulls for bool and int in JSOn reader; update stress tests
|
2013-11-03 18:27:35 +01:00 |
|
swcs
|
088f6a4e0e
|
add stress test wrapper and URL csv's
|
2013-11-02 10:32:38 +01:00 |
|
swcs
|
25a25472b3
|
add test for too short passwords in registration
|
2013-11-02 10:18:33 +01:00 |
|
swcs
|
ff8bbf17d3
|
fix serious issue in retrieving <body> in BodyOnly serializer for NReadability
|
2013-10-27 13:27:45 +01:00 |
|
swcs
|
a1f6637e9d
|
retrieve API usage limits; rename Statistics() to GetUserStatistics();
|
2013-10-25 00:52:29 +02:00 |
|
swcs
|
a731a744bc
|
add Reader Tests; add PocketArticle response object
|
2013-10-17 14:17:48 +02:00 |
|
swcs
|
352af4f736
|
fix NReadability CSS issue
|
2013-10-17 13:28:17 +02:00 |
|
swcs
|
649ded199d
|
extend NReadability to allow output of body only
|
2013-10-15 22:21:17 +02:00 |
|