The Plivo Go helper simplifies the process of making Plivo API calls and generating Plivo XML. Please note that this is a community contributed version.
If you are looking for Plivo’s official latest
version, you can get it here.
Run the following command for a quick installation of the helper.
$ go get github.com/micrypt/go-plivo/plivo
You can use plivo.NewClient
to initialize a REST client that can make API requests to Plivo.
1
client := plivo.NewClient(nil, authID, authToken)
Run go doc or see it online: http://godoc.org/github.com/micrypt/go-plivo/plivo