Files and Libraries

C Client Library

Created July 5, 2017

The C module generates the source code for the ANSI-C-compatible data structures and (de)serialization functions that can be used in conjunction with libxml2 to (de)serialize the REST resources as they are represented as XML data.

The generated C source code depends on the XML Reader API and the XML Writer API as well as the <time.h>, <string.h>, and <stdlib.h> C standard libraries.

Files
name size description
drip-commons.c 175.25K  
enunciate-common.c 39.68K Common code needed for all projects.

C# Client Library

Created July 5, 2017

Files
name size description
drip-commons-dotnet.zip 1.96K The C# source code for the C# client library.

GWT JSON Overlay

Created July 5, 2017

The Google Web Toolkit JSON Overlay library provides the JSON Overlays that can be used to access the Web service API for this application.

Files
name size description
drip-commons-gwt-json-overlay.jar 15.79K The sources for the GWT JSON overlay.

Java JSON Client Library

Created July 5, 2017

The Java client-side library is used to provide the set of Java objects that can be serialized to/from JSON using Jackson. This is useful for accessing the JSON REST endpoints that are published by this application.

Files
name size description
drip-commons-json-client.jar 19.67K The binaries for the Java JSON client library.
drip-commons-json-client-json-sources.jar 16.39K The sources for the Java JSON client library.

Java XML Client Library

Created July 5, 2017

The Java client-side library is used to access the Web service API for this application using Java.

Files
name size description
drip-commons-xml-client.jar 9.33K The binaries for the Java XML client library.
drip-commons-xml-client-xml-sources.jar 8.70K The sources for the Java XML client library.

JavaScript Client Library

Created July 5, 2017

The JavaScript client-side library defines classes that can be (de)serialized to/from JSON. This is useful for accessing the resources that are published by this application, but only those that produce a JSON representation of their resources (content type "application/json").

The library uses ES6 class syntax which has limited support. See MDN and the ES6 Compatibility Table for more details.

The library contains a UMD loader which supports AMD, CommonJS and browser globals. The browser global variable name for this library is "javascriptClient".

Files
name size description
drip-commons-js.zip 6.15K  

Objective C Client Library

Created July 5, 2017

The Objective C module generates the source code for the Objective C classes and (de)serialization functions that can be used in conjunction with libxml2 to (de)serialize the REST resources as they are represented as XML data.

The generated Objective C source code depends on the XML Reader API and the XML Writer API as well as the base OpenStep foundation classes.

Files
name size description
drip-commons.h 10.08K  
drip-commons.m 121.37K  
enunciate-common.h 12.83K Common header needed for all projects.
enunciate-common.m 42.34K Common implementation code needed for all projects.

PHP JSON Client Library

Created July 5, 2017

The PHP JSON client-side library defines the PHP classes that can be (de)serialized to/from JSON. This is useful for accessing the resources that are published by this application, but only those that produce a JSON representation of their resources (content type "application/json").

This library requires the json_encode function which was included in PHP versions 5.2.0+.

Files
name size description
drip-commons-php.zip 6.94K  

PHP XML Client Library

Created July 5, 2017

The PHP client-side library defines the PHP classes that can be (de)serialized to/from XML. This is useful for accessing the resources that are published by this application, but only those that produce a XML representation of their resources.

This library leverages the XMLReader and XMLWriter tools that were included in PHP versions 5.1.0+.

Files
name size description
drip-commons-php.zip 4.12K  

Ruby JSON Client Library

Created July 5, 2017

The Ruby JSON client-side library defines the Ruby classes that can be (de)serialized to/from JSON. This is useful for accessing the REST endpoints that are published by this application, but only those that produce a JSON representation of their resources (content type "application/json").

This library leverages the Ruby JSON Implementation, which is required in order to use this library.

Files
name size description
drip-commons.rb 91.74K