otiai10 / goapis

Yet another Web API Client library for Go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

goapis

Yet another Web API Client library for Go.

Google Custom Search

client := google.Client{
    APIKey:               yourAPIKey,
    CustomSearchEngineID: yourSearchEngineID,
}
query := url.Values{"q": "golang"}

res, err := client.CustomSearch(query)

About

Yet another Web API Client library for Go


Languages

Language:Go 100.0%