2017-12-11
1.0.0
Nuno Reis
All
All
Data Connector
[Overview]
API to integrate with blogs in Wordpress (since version 4.7) or Blogger.
[Detail]
The connectors are independent because the services provide completely different options. Blogger has a centralized platform for all blogs and needs the blog id for queries (there is a service to get the id from URL). Wordpress is a distributed service and each blog as its own services so the URL is needed to establish the connection.
No editing services were implemented. Only basic read services like getting posts, comments, or pages.
More details in the official API documentation:
http://v2.wp-api.org (Wordpress)
https://developers.google.com/blogger/ (Blogger)
Possible upgrades don't include Joomla! because there isn't a single official API, neither Sapo Blogs because their API is for a different purpose.