-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Aura Query API tutorial #647
base: console
Are you sure you want to change the base?
Conversation
https://537dfda7.databases.neo4j.io/db/neo4j/query/v2 | ||
---- | ||
|
||
=== Explanation |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I recommend using callouts directly in the example (# <.>
). In this way you don't need to repeat all the parameters, and the distance between the example and its clarifications is shorter.
For an example, see https://github.com/neo4j/docs-drivers/blob/dev/python-manual/modules/ROOT/pages/query-simple.adoc?plain=1#L15
|
||
== Next Steps | ||
|
||
Try executing different Cypher queries to retrieve, update, or delete nodes in your Aura database. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's a nice intention, but too broad. Either you give people a specific task, or this just sounds as "Now you are ready to go into the world, good luck", which is superflous.
Co-authored-by: Stefano Ottolenghi <[email protected]>
Co-authored-by: Stefano Ottolenghi <[email protected]>
Co-authored-by: Stefano Ottolenghi <[email protected]>
Co-authored-by: Stefano Ottolenghi <[email protected]>
Co-authored-by: Stefano Ottolenghi <[email protected]>
Co-authored-by: Stefano Ottolenghi <[email protected]>
---- | ||
https://537dfda7.databases.neo4j.io/db/neo4j/query/v2 | ||
---- | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add the custom endpoint for aura info
Then we don't need anything from curl queries onwards and examples - that can go in Query API docs
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could use a tabbed example in the Query API docs
This PR includes documentation updates New pages: |
No description provided.