Skip to content

ResumeNothing/bing-ads-common

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

= Google AdsCommonBing Library

This gem is a dependency for the new generation of Ruby Google Ads client
libraries. It contains common code shared among all of these libraries, such as
authentication, SOAP stub generation, error handling, logging, etc.

= Docs for Users

== 1 - Installation:

google-ads-common is a Ruby gem.  See http://docs.rubygems.org/read/book/1

Install it using the gem install command.
   $ gem install google-ads-common

The following gem libraries are required:
 - savon
 - httpi
 - oauth
 - oauth2

= Docs for Developers

== 1 - Directory Structure

- +lib/ads_common/+: Contains the bulk of the library.
  - +auth/+: Contains classes that can handle different authentication methods.
    Currently only supports ClientLogin.
  - +build/+: Contains classes that handle code generation, packaging and other
    build-time tasks for client libraries (not for google-ads-common).
  - +savon_headers/+: Contains classes that handle header injection into savon
    requests.
- +test/+: Contains the unit tests for the library.

== 2 - Commands

 $ gem build google-ads-common.gemspec
to build the gem

 $ rake test
to run unit tests on the library


= Copyright/License Info

Copyright 2010-2012, Google Inc. All Rights Reserved.

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.


== Authors

Sérgio Gomes ([email protected])
Danial Klimkin ([email protected])

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages