We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adding wm-property=mention-of to the URL parameter does not seem to work.
wm-property=mention-of
Example: https://webmention.io/api/mentions.jf2?wm-property=mention-of&target=https%3A%2F%2Fbikewalk.life%2F2023%2F10%2Fi-was-hit-by-a-car-while-bicycling%2F
{ "type": "feed", "name": "Webmentions", "children": [] }
Here's same request without a wm-property filter. Notice the mention-of entries in it. https://webmention.io/api/mentions.jf2?target=https%3A%2F%2Fbikewalk.life%2F2023%2F10%2Fi-was-hit-by-a-car-while-bicycling%2F
wm-property
mention-of
The other types of wm-property filters seem to work, at least that I tested (like-of, repost-of, etc.).
like-of
repost-of
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Adding
wm-property=mention-of
to the URL parameter does not seem to work.Example: https://webmention.io/api/mentions.jf2?wm-property=mention-of&target=https%3A%2F%2Fbikewalk.life%2F2023%2F10%2Fi-was-hit-by-a-car-while-bicycling%2F
Here's same request without a
wm-property
filter. Notice themention-of
entries in it. https://webmention.io/api/mentions.jf2?target=https%3A%2F%2Fbikewalk.life%2F2023%2F10%2Fi-was-hit-by-a-car-while-bicycling%2FThe other types of
wm-property
filters seem to work, at least that I tested (like-of
,repost-of
, etc.).The text was updated successfully, but these errors were encountered: