Files and Libraries

GWT JSON Overlay

Created December 19, 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-api-gwt-json-overlay.jar 14.46K The sources for the GWT JSON overlay.

Java JSON Client Library

Created December 19, 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-api-json-client.jar 18.03K The binaries for the Java JSON client library.
drip-api-json-client-json-sources.jar 14.88K The sources for the Java JSON client library.

Java XML Client Library

Created December 19, 2017

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

Files
name size description
drip-api-xml-client.jar 25.70K The binaries for the Java XML client library.
drip-api-xml-client-xml-sources.jar 23.28K The sources for the Java XML client library.

JavaScript Client Library

Created December 19, 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-api-js.zip 5.92K  

PHP JSON Client Library

Created December 19, 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-api-php.zip 6.67K  

PHP XML Client Library

Created December 19, 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-api-php.zip 9.61K  

Ruby JSON Client Library

Created December 19, 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-api.rb 83.36K