Google Cloud Datastore 使用 REST http 请求创建新种类
Google Cloud Datastore create new Kind with REST http request
我经历了Google Cloud Datastore REST API。但是我找不到创建新 Kind 的 API。现在,如何使用 http 请求创建新的 Kind?
Note: Client Library is not available for my favor language(Erlang).
您为每个新实体指定一种。它可以是现有的种类,也可以是新的。
我经历了Google Cloud Datastore REST API。但是我找不到创建新 Kind 的 API。现在,如何使用 http 请求创建新的 Kind?
Note: Client Library is not available for my favor language(Erlang).
您为每个新实体指定一种。它可以是现有的种类,也可以是新的。