RESTful Node representation should contain hyperlinks to relationships
Reported by Andreas Ronge | June 22nd, 2009 @ 11:43 PM | in 0.3.0
GET /nodes/classname/id should return
{"relationships" : {type1, # "properties" : {id
The same with
GET /nodes/classname
Comments and changes to this ticket
-

Andreas Ronge June 23rd, 2009 @ 12:23 AM
Also support hyperlinks to the node classes
GET /neo will link a set of href /nodes/ -

Andreas Ronge June 23rd, 2009 @ 12:30 AM
(from [f245f7273bd0e274f980658ed9918003db5b8df2]) * Added hyperlinks to node classes from /neo and from nodes to its relationships URI. * Also fixed the example.rb - it works. * NodeMixin is now moved inside Neo4j module namespace [#47] http://github.com/andreasronge/neo4j/commit/f245f7273bd0e274f980658...
-

Andreas Ronge June 25th, 2009 @ 07:43 PM
- State changed from new to resolved
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile »
Neo4j.rb is a graph database framework for JRuby.
It provides:
* Mapping of ruby objects to nodes in networks rather than in tables.
* Storage of ruby object to a file system.
* Fast traversal of relationships between nodes in a hugh node space.
* Transaction with rollbacks support.
* Indexing and quering of ruby objects.
* Integration with Rails
People watching this ticket
Referenced by
-
#47 RESTful Node representation should contain hyperlinks to relationships
(from [f245f7273bd0e274f980658ed9918003db5b8df2])
* Added...