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
- Host: GitHub
- URL: https://github.com/newapplesho/google-api-smalltalk-client
- Owner: newapplesho
- License: apache-2.0
- Created: 2016-04-24T10:36:23.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-05-01T12:29:30.000Z (about 10 years ago)
- Last Synced: 2025-02-28T07:49:37.082Z (over 1 year ago)
- Topics: google-api, pharo, smalltalk
- Language: Smalltalk
- Homepage:
- Size: 22.5 KB
- Stars: 8
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)