Skip to content

sirljan/eXistAPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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")

About

ExistAPI is comunication interface to eXist-db based on XML-RPC.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published