#1 2012-05-04 06:19:47

Junior/RO
Member
Registered: 2011-05-13
Posts: 210

Google Drive API

Seems that Google Drive API is restful and uses json. Maybe mORMot can be a good way to Delphi programmers work with this Api.

What you think? mORMot can be the framework that will empower the first Chrome Web Store writed in Delphi.


https://developers.google.com/drive/

Offline

#2 2012-05-04 06:33:43

ab
Administrator
From: France
Registered: 2010-06-21
Posts: 14,660
Website

Re: Google Drive API

This can be done with the client functions of mORMot, in their lowest level:
- HTTPS request;
- JSON parsing and creation.

But I do not think it would make a lot of sense to include it in the trunk of mORMot, which is mainly a Client-Server framework, not only a HTTP/JSON framework.

Offline

Board footer

Powered by FluxBB