Created June 16, 2025
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 |
|---|---|---|
| cai-rest-860v1-gwt-json-overlay.jar | 413.23K | The sources for the GWT JSON overlay. |
Created June 16, 2025
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 |
|---|---|---|
| cai-rest-860v1-json-client.jar | 423.90K | The binaries for the Java JSON client library. |
| cai-rest-860v1-json-client-json-sources.jar | 432.38K | The sources for the Java JSON client library. |
Created June 16, 2025
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 |
|---|---|---|
| cai-rest-860v1-javascript-client-js.zip | 311.33K | 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". |
Created June 16, 2025
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 |
|---|---|---|
| cai-rest-860v1-php-json-client-php.zip | 389.32K | 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+. |
Created June 16, 2025
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 |
|---|---|---|
| cai-rest-860v1.rb | 3.63M | 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. |