Jasper Kang

Results 11 comments of Jasper Kang

@RobinBuschmann hey awesome work man. Just got a question here as well. I found out how to create / find using repository mode, but how to do updates and deletes?...

> This tests well for me but it doesn't take into account older plans. For example, one of my test sites has a legacy Jetpack Premium plan and on that...

I took a look at the issue. `/wpcom/v2/sites//blog-stats` is forwarded to `rest/v1.1/sites//posts/` by `WPCOM_API_Direct` for simple sites. https://github.com/Automattic/jetpack/blob/c8f8b49223febed6392f3c2996e2adc9c5260cab/projects/packages/connection/src/class-client.php#L459 `wp-content/lib/wpcom-api-direct/wpcom-api-direct.php` on WPCOM seems only to register `wpcom/v2` endpoints rather than `rest/v1.1`....

Hi @mdbitz, do you have any pointer on this one please? Is the user table synced / could it be synced? Thanks cc @fgiannar - in case you have any...

It seems core has a public API `/wp-json/wp/v2/users/1` - I don't know whether we could leverage this 🤔

@gibrown more discussions here: https://github.com/Automattic/jpop-issues/issues/8824

We have the feature occasionally requested, and we really want to support it. > All other authors are lumped together as shown here: https://github.com/Automattic/wp-calypso/pull/70808 This statement is not true. I...

Thanks for the information @gibrown So `_jetpack_post_author_external_id` in table `wp_blabla_postmeta` is the key! Awesome! I don't think we have any blockers then! 👍

Non-wpcom authors are now supported. More information could be found pejTkB-1h1-p2#comment-1326.

Thanks for disabling the block for simple sites. I tried to fix it but got stuck when it came to the many API forwarding on dotcom. I'll take another look...