How to update a wordpress page from .Net Core
I have downloaded the WordPressPCL example project in https://github.com/wp-net/WordPressPCL.
What I need is to update a page or post of Wordpress but I don’t find any example.
All I find are examples of how to get one or many pages or posts, or how to create a new page.