Closed
Description
Feature request: would be nice to have a jf2 endpoint that takes a URL (for which webmention.io receives/tracks webmentions) and returns aggregate webmentions for a link, e.g.
- number of rsvps of each type,
- number of likes
- number of reposts
- number of comments etc.
Some real-world use-cases (that would result by post-processing this jf2 by some theoretical jf2->html converter)
- "4 comments, 2 reposts, 23 likes" (e.g. as seen in icon representation in footer of this tweet permalink https://twitter.com/rachelandrew/status/882224351688482816 ). Thus 4, 2, 23 in properties for # of comments, reposts, likes.
- "7 Went · 1 Interested" - simple aggregation of RSVP values. Thus 7,0,1,0 in properties for yes,maybe,interested,no. (from https://www.facebook.com/events/1935019616733708/) Could likely be same aggregate endpoint as the one that returns 1. above.
- "Aaron, Ben, and 3 others went" - summary of N (parameterized n?) aggregation of a specific RSVP value. Similar to current links.jf2 result except showing only first N responses of that type e.g. rsvp:yes - also parameterized in request URL. (ibid)
Metadata
Metadata
Assignees
Labels
No labels