module
Version:
v0.0.0-...-c878a74
Opens a new window with list of versions in this module.
Published: Nov 26, 2019
License: MIT
Opens a new window with license information.
README
¶

go-webhose
Access webhose.io API from golang.
Install
go get github.com/news-r/go-webhose/webhose
Documentation is on godoc
Example
package main
import (
"fmt"
"go-webhose/webhose"
)
func main() {
client := &webhose.NewsClient{Token: "xxXXXX-XXxxXX-xXXxxxXX-xXXXx", Query: "go programming language"}
news := webhose.GetArticles(client, 2) // client and number of pages of result
fmt.Println(news.News)
}
Directories
¶
Package webhose provides an interface to the webhose.io API.
|
Package webhose provides an interface to the webhose.io API. |
Click to show internal directories.
Click to hide internal directories.