thingdom / node-neo4j

[RETIRED] Neo4j graph database driver (REST API client) for Node.js
Apache License 2.0
925 stars 135 forks source link

Getting a 400 on the API Documentation and http://coffeedoc.info #187

Open dannyid opened 8 years ago

dannyid commented 8 years ago

From the README: API Documentation goes to a Nodejitsu 400 page and so, too, does http://coffeedoc.info. Figured you should know!

aseemk commented 8 years ago

Thanks for the heads-up! For v2, I'm not relying on CoffeeDoc anymore, partly for this reason. Just trying to make a really thorough tutorial-style readme:

https://github.com/thingdom/node-neo4j/tree/v2#readme

And may supplement that with handwritten Markdown API docs:

https://github.com/thingdom/node-neo4j/blob/v2/API_v2.md

I'll leave this issue open until v2 merges. =)

calebjclark commented 8 years ago

Is there any place to get v1 documentation?

alxngyn commented 8 years ago

@aseemk Is there any place hosting v1 documentation?