sirljan/eXistAPI
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
= \ExistAPI - eXist-db communication client rubygem :: https://rubygems.org/gems/eXistAPI github :: https://github.com/sirljan/eXistAPI == Description ExistAPI is comunication interface to eXist-db based on XML-RPC. With eXistAPI you are able to create, delete or get collections or retrieve whole content of documents or part of it by querying. Also with eXistAPI you can work with documents stored in eXist-db. You can insert, replace, rename and delete nodes or change values. == Using eXistAPI example api = ExistAPI.new("http://localhost:8080/exist/xmlrpc", "username", "password") puts api.existscollection?("db/collection")