[squeak-dev] Google Data APIs client libraries

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[squeak-dev] Google Data APIs client libraries

Mariano Martinez Peck
Hi everybody! 

I need to use Google Data APIs (http://code.google.com/apis/gdata/) from Squeak. This family of APIs are made of http GET, PUT, REMOVE ...But as using this could meant a lot of effort, there are some clients written in different languages that wrap that. There are in Java, Python, C#, JavaScript and so on. This clients can be downloaded from google page. The implementation of this clients depends on each particular API.

Nowadays I need the Contact API http://code.google.com/apis/contacts/. Do you know if there is something done in squeak? at least some of these APIs ?

very thanks,

Mariano