Currently, all that is included in the followers/following responses
is an array of usernames. Is it possible to also add a bit more
information to them like email and gravatar_id? Right now my app is
expensive on API calls because it first fetches the array of names,
and then an individual request for each user in order to get their
gravatar id (I have a list of users with their gravatar next to them,
if you haven't guessed).

-- 
You received this message because you are subscribed to the Google Groups 
"GitHub" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/github?hl=en.

Reply via email to