-
Notifications
You must be signed in to change notification settings - Fork 653
Closed
Labels
api: datastoreIssues related to the Datastore API.Issues related to the Datastore API.
Description
Looking at http://googlecloudplatform.github.io/gcloud-node/#/docs/v0.23.0/datastore/dataset?method=get
I see
Where you see transaction, assume this is the context that's relevant to your use, whether that be a Dataset or Transaction object.
(empty area that looks like it should have code)Get a single entity.
var key = dataset.key(['Company', 123]); transaction.get(key, function(err, entity) {});
I think there are a few issues
- The empty space looks like it should have code
- The second snippet about getting a single entity refers to a variable that doesn't appear to be defined
Any idea what's up here?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
api: datastoreIssues related to the Datastore API.Issues related to the Datastore API.