What’s the point of doing this vs stringifying the whole Enrich Profile object?
Btw, it’d be really nice to be able pass objects/json around, because manipulating those stringified blob are a headache and prone to errors.
Sorry I mispoke. I meant querying the starred URL, that is the list of repos a user has starred. I'd like to query it in order to get all the repos the user has starred (vs just knowing the user has starred one of the source repos).
Actually, I had to use "Repo" to access the value, which is even more confusing. Does that mean JSON.stringify behaves differently as in a regular JS environment?
Thanks Bruno R.. Is there a way to query the stargazers URL? The startgazers endpoint requires pagination, but I could not find references on how to do that. Am I missing something?