From dfbeb48a45f63e71dbd1c461d35f74d817ce7992 Mon Sep 17 00:00:00 2001 From: Umputun Date: Thu, 4 Jul 2019 20:21:57 -0500 Subject: [PATCH] . --- README.md | 4 ++-- backend/remark.rest | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 08a64d20..38206c54 100644 --- a/README.md +++ b/README.md @@ -632,8 +632,8 @@ Sort can be `time`, `active` or `score`. Supported sort order with prefix -/+, i Streaming API provide server-sent events for post updates as well as site update -* `GET /api/v1/stream/info?site=site-idd&url=post-url` - returns stream (`event: info`) with `PostInfo` records for the site and url` -* `GET /api/v1/stream/last?site=site-id` - returns updates stream (`event: last`) with comments for the site` +* `GET /api/v1/stream/info?site=site-idd&url=post-url&since=unix_ts_msec` - returns stream (`event: info`) with `PostInfo` records for the site and url. `since` is optional +* `GET /api/v1/stream/last?site=site-id&since=unix_ts_msec` - returns updates stream (`event: last`) with comments for the site, `since` is optional
response example diff --git a/backend/remark.rest b/backend/remark.rest index 0c96235f..93ac96cf 100644 --- a/backend/remark.rest +++ b/backend/remark.rest @@ -104,7 +104,7 @@ GET {{host}}/api/v1/admin/blocked?site={{site}} DELETE {{host}}/api/v1/admin/comment/3665976683?site={{site}}&url={{url}} ### get post info -GET {{host}}/api/v1/info?site={{site}}&url=https://radio-t.com/p/2018/05/08/prep-597/ +GET {{host}}/api/v1/info?site={{site}}&url={{url} ### post rss GET {{host}}/api/v1/rss/post?site={{site}}&url={{url}} @@ -121,7 +121,7 @@ GET {{host}}/api/v1/avatar/blah ### get config GET {{host}}/api/v1/config?site={{site}} -### deleteme (use request). dev token for secret=secret, not admin +### deleteme (user's request). dev token for secret=secret, not admin POST {{host}}/api/v1/deleteme?site_id={{site}} X-JWT: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJyZW1hcms0MiIsImV4cCI6Mzc4OTE5MTgyMiwianRpIjoicmFuZG9tIGlkIiwiaXNzIjoicmVtYXJrNDIiLCJuYmYiOjE1MjE4ODQyMjIsInVzZXIiOnsibmFtZSI6ImRldmVsb3BlciBvbmUiLCJpZCI6ImRldiIsInBpY3R1cmUiOiJodHRwOi8vZXhhbXBsZS5jb20vcGljLnBuZyIsImlwIjoiMTI3LjAuMC4xIiwiZW1haWwiOiJtZUBleGFtcGxlLmNvbSJ9fQ.aKUAXiZxXypgV7m1wEOgUcyPOvUDXHDi3A06YWKbcLg