octokit / go-octokit

Simple Go wrapper for the GitHub API
https://github.com/octokit/go-octokit
MIT License
258 stars 79 forks source link

[WIP] Refactoring Search API to accept query parameters through a map. #83

Closed dhruvsinghal closed 9 years ago

dhruvsinghal commented 9 years ago

@pengwynn Here's the barebones modification to the search API, just to check if I'm on the right track.

dhruvsinghal commented 9 years ago

Please take a look. Note that only the user search has been implemented.

dhruvsinghal commented 9 years ago

@pengwynn Please take a look. I've refactored the code as we discussed.