feat: Add User About Profile (by username)#834
Merged
Rishikant181 merged 2 commits intoRishikant181:devfrom Feb 6, 2026
Merged
feat: Add User About Profile (by username)#834Rishikant181 merged 2 commits intoRishikant181:devfrom
Rishikant181 merged 2 commits intoRishikant181:devfrom
Conversation
Signed-off-by: LekkereLou <29013180+lekkerelou@users.noreply.github.com>
Contributor
Author
|
Hey @Rishikant181, what you think about that one? :D |
Owner
|
@lekkerelou Sorry for late reply. Everything seems alright and all checks pass. I'll check the functionality once I get back to my PC (I am afk right now). Will probably merge it today after testing. Thanks! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🔗 Related Issue
N/A
❓ Type of Change
📚 Description
I added a new “user about profile” feature that calls X’s AboutAccountQuery by screen name. It introduces a
typed UserAbout model and raw/DTO types, wires a new resource into requests/extractors, and exposes it via
rettiwt.user.about(username) plus a matching CLI command rettiwt user about . The README now lists
this capability alongside the other user features.
node dist/cli.js user about AstroverseWTF
📝 Checklist