I've been playing around with Dart and Neo4j lately, with dreams of building Really Cool Things with these new technologies. I think I understand REST and can wrap my head around JSON. I've read both the Dart and the Neo4j documentation on using REST and JSON within each respective domain. Putting the two together, however, I have met with only very limited success. I'm really hoping someone out there might know of a tutorial or something that can get me started.
So far, I've been able to get Dart to query the database at 12.34.56.78:7474 and get it to return the address for the root node (12.34.56.78:7474/db/data) and the admin interface. When I try to query the root node, though, I get nothing back, even though, as far as I can tell in the documentation, I should be getting information about the database version and so on. At least that's what I see when I use RESTClient to view the database root node.
I'm a pretty experienced IT tech and coder, but I have to admit this is new territory for me.