Tags: kzu/xurl
Tags
Rebase onto upstream v1.3.1 and re-apply fork deltas Reset to xdevplatform/xurl v1.3.1, then re-apply only what upstream still lacks: kzu module path/branding and rich post-read tweet fields (text, note_tweet, article, media expansions) with regression tests.
feat: include rich article fields in all post retrieval endpoints Add required query parameters to all post/tweet retrieval functions: - tweet.fields: article, text, note_tweet, public_metrics, author_id, entities, created_at - expansions: author_id, article.cover_media, article.media_entities, attachments.media_keys - user.fields: username, name, verified, profile_image_url - media.fields: url, preview_image_url, type, variants Updated functions: ReadPost, SearchPosts, GetUserPosts, GetTimeline, GetMentions, GetBookmarks, GetLikedPosts Expanded TestTweetReadEndpointsIncludeRequiredTweetFieldsAndMediaExpansions to verify all required params are present for every post retrieval endpoint.