module
0.0.0-20221208151327-7ff3f7808ca3
Repository: https://github.com/otiai10/goapis.git
Documentation: pkg.go.dev
# README
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)
# Packages
No description provided by the author
No description provided by the author
No description provided by the author