Publishing to WordPress via the REST API from R (with httr and JWT)
The WordPress REST API is awesome. For a project I was working on this week I needed to be able to publish pages to WordPress via the API from R. Needless to say, there aren’t a ton of resources available online about how to do this (read: none). After fighting a losing battle between httr’s … Read more