REST Client Samples
A Client that performs XML 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 Core 2.0. They are hosted on DeltaXML's Bitbucket repository at:
XML Merge REST Java CLI - https://bitbucket.org/deltaxml/xml-merge-rest-java-cli
.NET MultiPart Sample - https://bitbucket.org/deltaxml/merge-rest-dotnet-multipart-sample
.NET Simple Merge Sample - https://bitbucket.org/deltaxml/merge-rest-dotnet-simple-merge-sample/
Downloading Samples with the Bitbucket User Interface
After following the links provided for the samples above, the code for these samples 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.