You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* feat: add missing API fields to structs
- Add EditControls field to Tweet struct for edit functionality
- Add verified_type and subscription_type fields to User struct for new verification system
- Add alt_text, duration_ms, preview_image_url, variants fields to Media struct
- Add bookmark_count and view_count fields to TweetMetrics struct
- Add subscriber_count field to Space struct
- Add media_keys and public_metrics fields to DirectMessage struct
- Create TweetEditControls and DirectMessageMetrics structs
- Update tests to include new fields with sample data
* build: update to golangci-lint v2 and remove reviewdog
- Update golangci-lint to v2.2.2 in GitHub Actions
- Remove deprecated gosimple linter (functionality moved to staticcheck)
- Remove goimports from linters (now a formatter in v2)
- Update golangci-lint-action to v7 for v2 compatibility
- Remove reviewdog dependency
- Update configuration to v2 format
* fix: resolve all golangci-lint errors
- Fix errcheck errors by properly handling resp.Body.Close() return value
- Fix govet loopclosure errors in test files by removing unused loop variables
- Disable revive exported rule to avoid requiring comments on all exported types
0 commit comments