-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
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
WP REST API Integration #137
Conversation
Mentioning #116 which this PR deals with. |
Some feedback on this;
|
Hi @philipjohn I'll need your direction here on how to position the two different REST API push clients (one is the WP REST API and the other the WordPress.com API). Last time we spoke on Slack you mentioned there is no authentication layer setup on WordPress.com yet for the WP REST API and you were going to look at getting one setup so that we can complete the integration (and the setup process). You also mentioned we should leave the WordPress.com API intact. Let me know if you have different/new thoughts regarding this. With regards to the XML Pull service, what specifically would you like me to look at? Does it need to be ported to version 2.1? Thanks, |
This leaves the old REST implementation intact. The new endpoint configuration is called "REST Push Client (New)"
@philipjohn The only piece that is missing here is the actual authentication layer. On my local, I used https://wp-oauth.com/ but the actual WordPress.com implementation will be different. In the configuration, it lets you paste the Auth token for now if you want to test.