Does Ruby on Rails play nicely with the Google Code APIs?

230 Views Asked by At

I'm interested in investing more time in Ruby on Rails and noticed how there isn't any specialized documenation for using Rails with the Google Code API:

http://code.google.com/apis/picasaweb/docs/2.0/developers_guide.html

Has anyone used Ruby on Rails with the Google Code API, and if so, were there any issues that might suggest looking into some other languages and frameworks (notably Python and Django)?

Much appreciated!

1

There are 1 best solutions below

2
On

The API client libraries are written for languages (Java, Python, Ruby, etc.) not frameworks (Ruby on Rails, Django, CakePHP, etc.).

Google doesn't offer a Ruby API for Picasa Web Albums, so you'd either have to find an unofficial library or write your own.