I am trying to use the search code from Github as presented in the following link:
They gave an example to search a "String" inside Github without the API as the following:
search "amazing" in language:go
Is there a way to apply the last query to get results from the Rest API they are presenting?