public
Description: Google Base Auth Class is a base for authenticating to google and making requests to google services.
Homepage: http://googlebase.rubyforge.org/
Clone URL: git://github.com/jnunemaker/googlebase.git
Search Repo:
googlebase / History.txt
100644 7 lines (7 sloc) 0.398 kb
1
2
3
4
5
6
7
* 0.2.0 - added ssl support for requests
* 0.1.3 - addded URI.escape around the built urls that are being requested
* 0.1.2 - added raw_data option to post method
* 0.1.1 - added post request method
        - refactored get to take a hash which will automatically be converted to a query string
        - added in a bit more documentation for methods including the new post method
* 0.1.0 - initial release