piefed_api_client 0.1.0
piefed_api_client: ^0.1.0 copied to clipboard
A Future-based http client for the PieFed API.
Changelog #
0.1.0 #
Added #
- ListPosts - List posts with filters (sort, type, community, topic, etc.)
- ListComments - List comments with filters (post, parent, depth, sort, etc.)
- LikePost - Upvote/downvote posts (score: 1, -1, or 0)
- LikeComment - Upvote/downvote comments
- FollowCommunity - Subscribe/unsubscribe to communities
- SavePost - Save/unsave posts
- SaveComment - Save/unsave comments
- CommunityResponse - Response model for community operations
- ListPostsResponse - Response model with pagination support
- ListCommentsResponse - Response model for comment lists
Changed #
- Exported all new API queries from
v1.dart
0.0.1 #
- Initial version. Just experimental.