[go: up one dir, main page]

Skip to content
This repository has been archived by the owner on Mar 16, 2022. It is now read-only.
/ base4r Public archive

Base4r is a Google Base client library for Ruby

License

Notifications You must be signed in to change notification settings

doooks/base4r

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is Base4R, a Ruby client library for the Google Base API.

All code is copyright 2007-2008 Dan Dukeson.

This code is licenced under the GNU General Public License, which can be found in the LICENCE file.

This release is quite basic and doesn't attempt to cover the whole of the Google Base API. In particular the code is write-only, i.e. there is functionality to create, update and delete Base items but nothing to query the Base API. Contributions of code to add this functionality would be welcomed.

You can contact the author at dandukeson at gmail dot com, or raise feature requests through the project page hosted at http://code.google.com/p/base4r/issues/list

To run the unit tests you should make a file test/test_config.rb with content like the following, but replacing the example values with your Google Base login details and API key.

TEST_CONFIG = {
  :username => 'user@example.com',
  :password => 'password',
  :api_key  => 'example_api_key'
}


About

Base4r is a Google Base client library for Ruby

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages