wp-net / WordPressPCL

This is a portable library for consuimg the WordPress REST-API in (almost) any C# application
MIT License
338 stars 129 forks source link

Add Status.Trash to a post #177

Closed philippdolder closed 3 years ago

philippdolder commented 5 years ago

The Status of Trash for a Post is missing. The official REST API docu does not mention it (yet), but in reality trashed posts are in status trash in the response. Tried with WordPress 5.1.1. https://developer.wordpress.org/rest-api/reference/posts/#retrieve-a-post

ThomasPe commented 4 years ago

Care to open a Pull Request for this? :)

tamper2 commented 4 years ago

Added pull request #206 for this issue! :)

ThomasPe commented 3 years ago

Merged https://github.com/wp-net/WordPressPCL/pull/206