get_posts_by_user
Retrieve posts authored by a Hive user or from their feed. Provide username and choose 'blog' for user's posts or 'feed' for followed users' posts.
Instructions
Retrieves posts authored by or in the feed of a specific Hive user.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Number of posts to return (1-20) | |
| category | Yes | Type of user posts to fetch (blog = posts by user, feed = posts from users they follow) | |
| username | Yes | Hive username to fetch posts for |