You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
"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)
The text was updated successfully, but these errors were encountered:
I'm not quite sure how this is related to jf2, but there is already an API for returning the total number of webmentions for a given link. I'm expanding this to group them by type as well.
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.
Some real-world use-cases (that would result by post-processing this jf2 by some theoretical jf2->html converter)
The text was updated successfully, but these errors were encountered: