[Lazarus] Google API / Anyone got connected up via Lazarus/FPC?

Michael Van Canneyt michael at freepascal.org
Fri Jan 15 10:40:22 CET 2010



On Fri, 15 Jan 2010, Massimo Fazzolari wrote:

> What is the best solution synapse, Inet or Indy? I need to connect to a web service.

I use synapse, because it offers the simplest API and is very stable.

Michael.

> 
> Thanks
> Best Regards
> Max
> 
> 2010/1/15 Michael Van Canneyt <michael at freepascal.org>
> 
>
>       On Thu, 14 Jan 2010, Michael Joyner ᏩᏯ wrote:
> 
> 
>
>                   2010/1/13 Michael Joyner <mjoyner at vbservices.net>:
>
>                         Google API / Anyone got connected up via Lazarus/FPC?
>
>             Zaher Dirkey wrote:
>                   As i remember Google API it is a URL, any component connect to HTTP
>                   can use it, or with a WebBrowser.
>
>             It is some sort of XML thingy sort of like SOAP and/or JSON
> 
> 
> You can connect to it with synapse,lnet or Indy and parse the result.
> If the result is XML, then parse it with the XMLread unit. If it is JSON,
> then the fpjson and jsonparser units will parse it for you.
> 
> Michael.
> --
> _______________________________________________
> Lazarus mailing list
> Lazarus at lists.lazarus.freepascal.org
> http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
> 
> 
> 
>


More information about the Lazarus mailing list