Created February 22, 2018
The Google Web Toolkit JSON Overlay library provides the JSON Overlays that can be used to access the Web service API for this application.
name | size | description |
---|---|---|
drip-api-gwt-json-overlay.jar | 14.53K | The sources for the GWT JSON overlay. |
Created February 22, 2018
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.
name | size | description |
---|---|---|
drip-api-json-client.jar | 18.16K | The binaries for the Java JSON client library. |
drip-api-json-client-json-sources.jar | 14.98K | The sources for the Java JSON client library. |
Created February 22, 2018
The Java client-side library is used to access the Web service API for this application using Java.
name | size | description |
---|---|---|
drip-api-xml-client.jar | 25.69K | The binaries for the Java XML client library. |
drip-api-xml-client-xml-sources.jar | 23.27K | The sources for the Java XML client library. |
Created February 22, 2018
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".
name | size | description |
---|---|---|
drip-api-js.zip | 9.89K |
Created February 22, 2018
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+.
name | size | description |
---|---|---|
drip-api-php.zip | 11.83K |
Created February 22, 2018
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+.
name | size | description |
---|---|---|
drip-api-php.zip | 9.62K |
Created February 22, 2018
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.
name | size | description |
---|---|---|
drip-api.rb | 166.53K |