Skip to content

samlehman/adzerk-api

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Adzerk

Ruby wrapper for the Adzerk API.

Installation

sudo gem install adzerk

Get your API key

Be sure and get your API key. Log into the management application at http://manage.adzerk.net/. Then, click on the settings tab, followed by the API Keys tab.

Usage

Refer to the https://github.com/adzerk/adzerk-api/wiki of this repository for the properties needed for update and create.

Examples

require 'adzerk'
client = Adzerk::Client.new('your_api_key')
client.sites.list

Copyright (c) 2011 Adzerk, Inc.

About

Clients and documentation for the adzerk api

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 100.0%