= \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")
Project
eXistAPI
API for eXist-db based on XML-RPC.
API is using xQuery, xPath and xQuery Update Facility.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
Development
Dependencies
Project Readme