Skip to content
/ appnexus Public
forked from tnako/appnexus

Go client for the AppNexus REST API

Notifications You must be signed in to change notification settings

BCJTI/appnexus

 
 

Repository files navigation

AppNexus REST API Go Client

Connect to the AppNexus REST API through your Golang application

Build Status

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 :)

Getting started

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.

About

Go client for the AppNexus REST API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%