Skip to content

v0.1.0

Compare
Choose a tag to compare
@mcmoyer mcmoyer released this 23 Aug 20:53
· 63 commits to master since this release

This release adds the ability for the service to automatically handle throttling of the Appnexus API. It catches the 429 http error and grabs the wait time from the headers

Logging is also added into this release. By default, all logging is done to a null logger unless another logger is specified in the connection method.

And we finally have tests! Well, just a handful, but it’s enough to verify connectivity and the correct request syntax.