github
github copied to clipboard
Can I perform a search query?
I would like to perform the following search https://api.github.com/search/issues?q=author:geeksilva97+type:pr+created:2021-02-14.
I'm trying to make it using this Gem but I didn't find how to make it. Any idea?
I think you can do something like github.search.issues q: "author:geeksilva97+type:pr+created:2021-02-14"