https://api.github.com/users/<YOUR_USERNAME>/repos?name=something is this also correct?
nope, use "q" instead of name
yeah its gonna filter by name
https://api.github.com/search/repositories?q=user:<USERNAME>+NOT+repo1+NOT+repo2 This is how I should've written it.
Обсуждают сегодня