You are not logged in.
Pages: 1
Hi A.B.
Does your framework provide any classes for accessing other RESTful servers, such as Google Data API? Thanks!
Delphi XE4 Pro on Windows 7 64bit.
Lazarus trunk built with fpcupdelux on Windows with cross-compile for Linux 64bit.
Offline
There is no direct access of such services yet.
Google Data API is not RESTful.
It's, as they say, "a REST-inspired technology for reading, writing, and modifying information on the web".
Our ORM uses a much more strict RESTful paradigm, that is it expects to know the layout of the JSON objects.
For instance, it does uses the TSQLRecord properties or a TSynTable rows/column layout.
But it's easily feasible of using our parsing mechanism to read or create JSON content.
Take a look at ObjectToJSON and JSONToObject functions.
Offline
Thanks for the info, I got it!
Delphi XE4 Pro on Windows 7 64bit.
Lazarus trunk built with fpcupdelux on Windows with cross-compile for Linux 64bit.
Offline
Hi Arnaud,
I've a further question about utilizing your open source project to consuming the google data api if you don't mind, since you must good at the HTTP protocol.
When establishing connections, authentication and sending requests - which unit in the Synopse repository to use? Do you any hints for this? Thanks!
Delphi XE4 Pro on Windows 7 64bit.
Lazarus trunk built with fpcupdelux on Windows with cross-compile for Linux 64bit.
Offline
Pages: 1