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:
- Auth API Service Docs
- Member API Service Docs
- Segment Service Docs
- Publisher Service Docs
- Site Service Docs
- Placement Service Docs
- Deal Service Docs
Support for the remaining services should follow - pull requests welcome :)
cd $GOPATH
go get github.com/tnako/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.