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
Yea, I also have another issue for that, it would be nice to make it more generic, like a general extractor, so you can pluck any property like full_name, first_name, last_name, username, emails, email, etc
Extractor.get('full_name', user)
Extractor.get('email', user) // first email
Extractor.get('emails', user) // all emails
No description provided.
The text was updated successfully, but these errors were encountered: