简体   繁体   English

来自浏览器的Google Cloud Datastore REST API

[英]Google Cloud Datastore REST API from a browser

I search if it's possible and how calling Google Cloud Datastore REST API from a browser with JavaScript. 我搜索是否有可能,以及如何从具有JavaScript的浏览器中调用Google Cloud Datastore REST API。
I know this is possible from Node.js : https://cloud.google.com/datastore/docs/reference/libraries#client-libraries-install-nodejs 我知道这可以通过Node.js实现: https : //cloud.google.com/datastore/docs/reference/libraries#client-libraries-install-nodejs

But I don't find any example how to do that from a React.js or Angular application. 但是我没有找到任何示例从React.js或Angular应用程序中做到这一点。

My application is not critical and I don't want to create fat Java endpoint in my back-end. 我的应用程序不是很关键,我也不想在后端创建胖的Java端点。

I believe this is what you are looking for - 我相信这就是您要寻找的-

https://cloud.google.com/datastore/docs/reference/rest/ https://cloud.google.com/datastore/docs/reference/rest/

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

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