marmotta:Ruby gem与Apache Marmotta交互

时间:2021-05-22 00:21:37
【文件属性】:
文件名称:marmotta:Ruby gem与Apache Marmotta交互
文件大小:13KB
文件格式:ZIP
更新时间:2021-05-22 00:21:37
Ruby 马莫塔 Marmotta是一个小型的ruby客户端,用于抽象化与服务器的交互。 安装 将此行添加到您的应用程序的Gemfile中: gem 'marmotta' 然后执行: $ bundle 或将其自己安装为: $ gem install marmotta 用法 联系 # Initialize Marmotta with a URI and a context. # The context defines the named graph triples will be posted to and which one # will be deleted when #delete_all is called. connection = Marmotta :: Connection . new ( uri : "http://localhost:8983/marmotta" ,
【文件预览】:
marmotta-master
----circle.yml(362B)
----LICENSE.txt(1KB)
----marmotta.gemspec(1KB)
----lib()
--------marmotta()
--------marmotta.rb(379B)
----Gemfile(93B)
----spec()
--------marmotta_spec.rb(129B)
--------marmotta()
--------spec_helper.rb(171B)
--------support()
----Rakefile(249B)
----.travis.yml(30B)
----README.md(3KB)
----.rspec(31B)
----CODE_OF_CONDUCT.md(1KB)
----.gitignore(95B)
----bin()
--------jetty_wait(142B)
--------console(333B)
--------setup(145B)

网友评论