Sha256: cfe59638e870aebdfd8ce76abf2570ace57e84047cd130b0cd80c7429f38f4c3

Contents?: true

Size: 911 Bytes

Versions: 2

Compression:

Stored size: 911 Bytes

Contents

# Picasa

Ruby library for [Picasa Web Albums Data API](https://developers.google.com/picasa-web/)

## Installation

```
gem install picasa
```

## Usage

[Documentation](http://rubydoc.info/github/morgoth/picasa)

``` ruby
client = Picasa::Client.new(user_id: "username@gmail.com")
client.album.list
# => Picasa::Presenter::AlbumList

client.album.show("album_id")
# => Picasa::Presenter::Album
```

If password is specified, all requests will be authenticated.
This affect results to contain private data.

## Continuous Integration
[![Build Status](https://secure.travis-ci.org/morgoth/picasa.png)](http://travis-ci.org/morgoth/picasa)

## Contributors

* [Bram Wijnands](https://github.com/BRamBoo)
* [Rafael Souza](https://github.com/rafaels)
* [jsaak](https://github.com/jsaak)
* [Javier Guerra](https://github.com/javierg)

## Copyright

Copyright (c) Wojciech Wnętrzak, released under the MIT license.

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
picasa-0.4.2 README.md
picasa-0.4.1 README.md