Hi @sergiulucaci,
Thank you for your inquiry. A REST API module is actually on our list for paid plugins. I am afraid we do not have the bandwidth at the moment to develop them but may I ask what kind of endpoints you would be looking to use?
Kind regards,
Hello and thank you for a swift reply!
Theoretically the CRUD ones. But what I’m specifically looking for are get likes for a specific post and toggle like. Think of the following scenario where a blog from WordPress is being fetched inside a mobile app via WordPress REST API. Ideally we wanna grab the Likes functionality too.
Also considering nonce requires extra steps to have it in a different client than WordPress ideally a server-side Basic auth should be enough?
All the best,
Sergiu
Hi again,
> Theoretically the CRUD ones. But what I’m specifically looking for are get likes for a specific post and toggle like. Think of the following scenario where a blog from WordPress is being fetched inside a mobile app via WordPress REST API. Ideally we wanna grab the Likes functionality too.
Got it. ✅
> Also considering nonce requires extra steps to have it in a different client than WordPress ideally a server-side Basic auth should be enough?
We would probably leave authentication to WordPress Application Passwords or JWT tokens i.e.: https://wordpress.org/plugins/jwt-authentication-for-wp-rest-api/
Kind regards,