GitHub user jorgebay opened a pull request:
https://github.com/apache/tinkerpop/pull/846
Fix JavaScript Gremlin documentation
Several fixes to the JavaScript GLV documentation:
- Use 'gremlin' package name
- Include information regarding Promises
- Reference DriverRemoteConnection not exported
- Fix method names
No need to vote, we can CTR, just giving the opportunity for quick review
before committing.
I'll create a different patch targeting `tp33` to document the lack of
support for GraphSON3 in the JavaScript GLV.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/apache/tinkerpop js-doc-fixes
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/tinkerpop/pull/846.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #846
----
commit b6aa8302ed10277f8c5b3892b7b6ddb9c56c452c
Author: Jorge Bay Gondra <jorgebaygondra@...>
Date: 2018-04-20T12:04:10Z
Fix JavaScript Gremlin documentation
Several fixes to the JavaScript GLV documentation:
- Use 'gremlin' package name
- Include information regarding Promises
- Reference DriverRemoteConnection not exported
- Fix method names
----
---