I already see similar topics, but no one solve my problem.
The problem is:
When I request for https://api.github.com/search/repositories?q=topic:${TOPIC}
they give me the repositories form the whole world, so well, I just want to get from a unique user or organization.
I know about https://api.github.com/users/{user}
but it doesn't seem to filter by topics, so I would have to search through a hundred repositories to match the topic I need.
Is there any API feature that helps me?