Connect to the AppNexus REST API through your Golang application
Important This is very much beta and subject to breaking changes while under development. Do not use in production just yet!
Of the published AppNexus API Services listed, this package covers the following:
Support for the remaining services should follow - pull requests welcome :)
cd $GOPATH
go get github.com/adwww/appnexus
go get -u all
Be sure to run the tests with go test
and have a look at the examples directory for a usage demonstration.