简体   繁体   English

Google Cloud Endpoints是否旨在创建RESTful API?

[英]Is Google Cloud Endpoints intended for creating RESTful APIs?

I've been searching lately for tools that can be used for developing a RESTful API in App Engine. 最近,我一直在寻找可用于在App Engine中开发RESTful API的工具。 I have read a lot about RESTlet and RESTEasy. 我已经阅读了很多有关RESTlet和RESTEasy的内容。

I just stumbled upon Google Cloud Endpoints and I can't seem to tell whether it works the same RESTlet and RESTEasy. 我只是偶然发现了Google Cloud Endpoints ,似乎无法判断它是否与RESTlet和RESTEasy相同。

Is Google Cloud Endpoints intended for creating RESTful APIs? Google Cloud Endpoints是否旨在创建RESTful API?

Endpoints can be used to create REST APIs, however, that is not the primary intent. 端点可用于创建REST API,但这不是主要目的。 The intent is to allow usage of the APIs across multiple platforms for which a communication library is included with Endpoints. 目的是允许在多个平台上使用API​​,这些平台的端点都包含通信库。 Specifically, it allows Android, iOS and JavaScript apps to easily communicate with the same endpoint, probably by taking care of conversion from JSON to Java/Objective-C objects. 具体来说,它可以允许Android,iOS和JavaScript应用轻松与同一端点进行通信,这可能是通过照顾从JSON到Java / Objective-C对象的转换来实现的。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM