REST Client Samples
A Client that performs DITA Merge operations by invoking our Merge REST API can be implemented on any platform and programming language that supports HTTP.
Currently, DeltaXML provide two sample client applications. To allow us to focus on the REST API, the client in these samples is controlled via a simple command-line interface.
Samples are provided for Java and .NET
They are hosted on DeltaXML's Bitbucket repository at https://bitbucket.org/account/user/deltaxml/projects/DM
DITA Merge REST Java CLI - https://bitbucket.org/deltaxml/dita-merge-rest-java-cli
.NET MultiPart Sample - https://bitbucket.org/deltaxml/dita-merge-rest-dotnet-multipart-sample
.NET Simple Merge Sample - https://bitbucket.org/deltaxml/dita-merge-rest-dotnet-simple-merge-sample
Downloading Samples with the Bitbucket User Interface
After selecting the sample of interest, the code for the sample can be downloaded using the Bitbucket user interface from Downloads > download repository.
More Information
Further details on each of these client sample can be found in their respective README.md files maintained on Bitbucket.