Hi guys so I want to list out all github users based on languages.
ok so this will list all users who have css language repos
https://api.github.com/search/users?q=language:css
This will list all users who have css repos or c repos
https://api.github.com/search/users?q=language:css+language+c
how do i show users only who have both css and c repos?