-
Notifications
You must be signed in to change notification settings - Fork 2
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
nodes and query-paths endpoints return node data in different formats #46
Comments
As we discussed in person, the best idea might be to put every property that will always be there in the top level, and any property that is only sometimes there under Also, I recommend changing the name of We can get to this at some other point in time since it's a relatively minor issue. |
Merges #50 * Use properties rather than data for extra node/edge attributes BACKWARDS INCOMPATIBLE. FRONTEND BREAKING Refs #46 http://atodorov.org/blog/2013/04/06/tip-renaming-model-fields-in-django/ * Cleanup & document code (mostly around API views) * Enable markdown API docstrings API markdown docstrings: one sentence per line * Add direction to paths.cypher_rel_query Previously each relationship was matched twice because direction was not specified.
@dhimmel seems like this can be closed? |
Well we addressed the name of |
@vincerubinetti mentioned that this is an annoyance for the frontend.
From https://search-api.het.io/v1/nodes/
From https://search-api.het.io/v1/query-paths/?source=11545&target=33324&metapath=SEcCrCrC:
The text was updated successfully, but these errors were encountered: