The current target does not declare a post read method
DewEngine's LinkedIn entry names posts as a target resource and post.create as a target action. It does not list post.get, post.list, comments, reactions, media retrieval, or post events. None of those targets is implemented because the entire provider remains decision-gated. A public guide must not turn a resource noun into an implied data-retrieval API.
- Require explicit read operations in the manifest
- Return unsupported instead of constructing data from page scraping