An open API service indexing awesome lists of open source software.

https://github.com/newapplesho/google-api-smalltalk-client

Google APIs Client Library for Smalltalk
https://github.com/newapplesho/google-api-smalltalk-client

google-api pharo smalltalk

Last synced: over 1 year ago
JSON representation

Google APIs Client Library for Smalltalk

Awesome Lists containing this project

README

          

# google-api-smalltalk-client

## 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)