You are not logged in.
Pages: 1
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.
Offline
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
Pages: 1