diff options
author | Sean Allred <code@seanallred.com> | 2015-01-03 23:12:52 -0500 |
---|---|---|
committer | Sean Allred <code@seanallred.com> | 2015-01-03 23:12:52 -0500 |
commit | b8f10ec2fb55df8851d253dfbdac79d8ddafccf6 (patch) | |
tree | 8598dc70212e458480719ee7c29e3d504a0d3aa0 /test/data-samples/inbox-item.el | |
parent | 7069ab0b2374bf255425fca6705e85706645b643 (diff) | |
parent | 3753e7c15d6b8b16b76daa238418f71b0de49871 (diff) |
Merge branch 'master' into tag-bot
Diffstat (limited to 'test/data-samples/inbox-item.el')
-rw-r--r-- | test/data-samples/inbox-item.el | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/test/data-samples/inbox-item.el b/test/data-samples/inbox-item.el new file mode 100644 index 0000000..faeba12 --- /dev/null +++ b/test/data-samples/inbox-item.el @@ -0,0 +1,13 @@ +((title . "Can I mark inbox items as read in api v2.2?") + (link . "http://stackapps.com/posts/comments/12080?noredirect=1") + (item_type . "comment") + (question_id . 5059) + (comment_id . 12080) + (creation_date . 1419153905) + (is_unread . :json-false) + (site (site_type . "main_site") + (name . "Stack Apps") + (api_site_parameter . "stackapps") + (site_url . "http://stackapps.com") + (favicon_url . "http://cdn.sstatic.net/stackapps/img/favicon.ico") + (styling (link_color . "#0077DD") (tag_foreground_color . "#555555") (tag_background_color . "#E7ECEC")))) |