Which Ruby REST API client for neo4j?

后端 未结 7 1720
被撕碎了的回忆
被撕碎了的回忆 2021-02-08 04:19

I wonder what the REST API clients are available for using from Ruby (not JRuby, so native bindings are not an option)?

Ideally, I would want the API similar to the

7条回答
  •  遥遥无期
    2021-02-08 05:16

    Have you looked at REST-Client? https://github.com/archiloque/rest-client

    it seems like it might be a very easy to to create and examine the responses from calls to a REST API. but maybe you need more than that?

    (I was searching for answers and found your question, so far rest-client seems like the top candidate for what I need, figured it might help you also.

提交回复
热议问题