Does Ruby on Rails play nicely with the Google Code APIs?
I'm interested in investing more time in Ruby on Rails and noticed how there isn't 开发者_Python百科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!
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.
精彩评论