-
Notifications
You must be signed in to change notification settings - Fork 1
ExistAPI is comunication interface to eXist-db based on XML-RPC.
License
sirljan/eXistAPI
Folders and files
Name | Name | Last commit message | 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")
About
ExistAPI is comunication interface to eXist-db based on XML-RPC.
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published