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
Hey! This is more of a question / feature request.. Is it possible to fetch user info like
username,image_urland stuff like that in the getWatchListFromUser()? So it can be:If that's not possible can we have a
getUseror add a functionality to search for users in thesearchfunction.. 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