Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fetching user info in getWatchListFromUser #63

Open
QaisZAK opened this issue Mar 8, 2021 · 2 comments
Open

Fetching user info in getWatchListFromUser #63

QaisZAK opened this issue Mar 8, 2021 · 2 comments

Comments

@QaisZAK
Copy link

QaisZAK commented Mar 8, 2021

Hey! This is more of a question / feature request.. Is it possible to fetch user info like username, image_url and stuff like that in the getWatchListFromUser()? So it can be:

username: 'exampleUsername',
image_url: 'somelink',
otherStuff: 'As many as you want'
data: [/* This array contains the usual return */]

If that's not possible can we have a getUser or add a functionality to search for users in the search function.. I don't mind any work arounds and whatever you find suitable.

The way I use getWatchListFromUser is that people can see each other's lists but I cannot display their avatar and info upon fetching the list. I can only show the data.

Thank you in advance, I'm a huge fan of the work btw. Much love

@Kylart
Copy link
Owner

Kylart commented Mar 14, 2021

Hello,

Yes it would be possible but only in the form of a getUser method. I'll try to work on that whenever I'll have some time 👌

This was referenced Nov 26, 2022
@StavrosNik4
Copy link
Contributor

Hello, I made a getUser method. You can check it here #85

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants