上传者: 38563871
|
上传时间: 2024-02-22 12:36:33
|
文件大小: 110KB
|
文件类型: PDF
一个快速的REST例子
首先来看些基本知识。如果没有服务API,Neo4j就不能支持其他语言。该接口提供一组基于JSON消息格式的RESTful Web服务和一个全面的发现机制。使用中使用这个接口的最快和最容易的方法是通过使用cURL:
$ curl http://localhost:7474/db/data/
{
extensions : {
},
node : http://localhost:7474/db/data/node,
node_index : http://localhost:7474/db/data/index/node,
relat