Google APIs Client Library for Smalltalk
# google-api-smalltalk-client
Google Cloud libraries have been migrated to: https://github.com/newapplesho/google-cloud-smalltalk
## Supported Smalltalk Versions
Pharo Smalltalk 4.0, 5.0
## Installation
```smalltalk
Metacello new
baseline: 'GoogleAPI';
repository: 'github://newapplesho/google-api-smalltalk-client:v0.1/pharo-repository';
load.
```
## How to use
[Wiki](https://github.com/newapplesho/google-api-smalltalk-client/wiki)