Feeder: support WordPress API "wp/v2/posts"
2019-09-14 23:40
wpv2posts
[permalink]
Is it normal that a WordPress website serves it full "https://api.w.org/" REST API from the home page (e.g. https://foreignpolicy.com/)?
I just happed to notice <link rel="https://api.w.org/" href="..."> while I was looking for an RSS url. So I had to have a closer look. It looks like it's open for anyone to POST new posts to /wp/v2/posts?!
Anyway, I've created support for it in feeder/eater...