You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lib/datastore/dataset.js
+9-1Lines changed: 9 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -80,14 +80,22 @@ var SCOPES = [
80
80
* a `keyFilename`.
81
81
* @param {string=} options.apiEndpoint - Override the default API endpoint used
82
82
* to reach Datastore. This is useful for connecting to your local Datastore
83
-
* server.
83
+
* server (usually "http://localhost:8080").
84
84
* @param {string} options.namespace - Namespace to isolate transactions to.
0 commit comments