Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

Google API

 [1/6] from: ryan::practicalproductivity::com at: 19-Mar-2008 8:26


Has anyone tackled any of the google API yet? If not, what about soap? --Ryan

 [2/6] from: petr:krenzelok:seznam:cz at: 19-Mar-2008 18:27


Ryan Cole napsal(a):
> Has anyone tackled any of the google API yet? If not, what about soap? >
not sure. SOAP surely is not Google's protocol, but general SOA era protocol. There were some attempts to wrap SOAP, but not full implementation. I don't remember who did it, though. The situation related to SOAP is probably related to rather weak XML support in REBOL in general. But some guys did nice job with some XML attempts. -pekr-

 [3/6] from: dhsunanda::gmail::com at: 19-Mar-2008 12:40


Ryan:
> Has anyone tackled any of the google API yet? If not, what about soap?
Google has a *lot* of APIs: <http://code.google.com/more/> Sadly, SOAP is the one that I know was tackled by some REBOLers.... <http://www.rebol.org/cgi-bin/cgiwrap/rebol/ml-topic-detail.r?l=s&topic={F6C1AB81815F784F6B910C1E4B08AAEEB145DD9E}> ....but it is the one that Google has discontinued: <http://www.seroundtable.com/archives/006996.html> Sunanda

 [4/6] from: tim-johnsons::web::com at: 20-Mar-2008 8:41


On Wednesday 19 March 2008, Ryan Cole wrote:
> Has anyone tackled any of the google API yet? If not, what about soap? > > --Ryan
I am using an interface to the google maps api, but implementing thru python. My partner is using soap calls from perl. Regardless of the language, the protocols are the same. Tim

 [5/6] from: rebolforces::gmail::com at: 25-Mar-2008 11:40


Google uses different methods for different API's . Soap-based webservices for Adwords API, Simple Post + XML payload for Apps, some json in Open Social. The majority of the API's require https://. Many of the API's exist in their own little silo, though standardisation across different API's is improving. In most cases I'm just using REBOL as a test tool for some specific API functions, so it hasn't been worth it for me to doing any larger framework, (especially since some API's have a major change every couple of months). I'm largely using other languages which deal seemlessly with the soap & xml, might migrate these projects after R3 is done. --Allen [Google Adwords Authorised Reseller / Google Enterprise Partner] On Wed, Mar 19, 2008 at 10:40 PM, Sunanda <dhsunanda-gmail.com> wrote:

 [6/6] from: ryan::practicalproductivity::com at: 24-Mar-2008 21:44


Got it, were not there yet. Thanks anyway for the help. --Ryan