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

[REBOL] Re: Google API

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: