huchenme / github-trending-api

:octocat: The missing APIs for GitHub trending projects and developers 📈
https://ghapi.huchen.dev/
MIT License
752 stars 105 forks source link

The C# bug #14

Closed tinchox5 closed 5 years ago

tinchox5 commented 5 years ago

Hi @huchenme! Yesterday I posted on HN the experimental example I made using your API. I received some comments informing that when they search 'C#' the results shown are for 'C'. I checked that issue yesterday and the same happens to me. Is there a way to fix that? Thank you!

huchenme commented 5 years ago

You are right, I can reproduce it, will spend some time tomorrow to fix it.

huchenme commented 5 years ago

Hi @tinchox5, the issue has been fixed just now 🙌

https://github-trending-api.now.sh/repositories?language=c%23 https://github.com/trending/c%23?since=daily

tinchox5 commented 5 years ago

Wow thank you!!!