difference between google api and google rest api?

若如初见. 提交于 2020-01-17 07:28:12

问题


I have gone through this Link

but dont get exactly the answer what is difference between Google Drive Api and Google Drive Rest Api


回答1:


I am assuming when you say Google Drive API you mean the Google Drive Android API.This is a native Android API which utilises the Google Play Services to communicate.

Whereas the rest API is a HTTP API - Which can be used in any platform - Web, Android, iOS.

The Android API is an abstraction layer with certain optimisations. So your choice of API would depend on your use case.



来源:https://stackoverflow.com/questions/42410458/difference-between-google-api-and-google-rest-api

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!