Go Helper

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.

Prerequisites

Installation

Run the following command for a quick installation of the helper.

$ go get github.com/micrypt/go-plivo/plivo

Using the library

Initializing the RestAPI client

You can use plivo.NewClient to initialize a REST client that can make API requests to Plivo.

1
client := plivo.NewClient(nil, authID, authToken)

Documentation

Run go doc or see it online: http://godoc.org/github.com/micrypt/go-plivo/plivo