<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags --> <title>drip-api: Files and Libraries</title> <!-- Mobile viewport optimized: j.mp/bplateviewport --> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <!-- Bootstrap core CSS --> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css"> <!--custom css for these pages--> <link rel="stylesheet" href="css/style.css"> <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body data-spy="scroll" data-target="#apinav"> <nav class="navbar navbar-inverse navbar-fixed-top"> <div class="container-fluid"> <div class="navbar-header"> <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar"> <span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> <a class="navbar-brand" href="index.html">drip-api: Files and Libraries</a> </div> <div id="navbar" class="navbar-collapse collapse"> <ul class="nav navbar-nav navbar-right"> <li><a href="resources.html">Resources</a></li> <li><a href="data.html">Data Types</a></li> <li><a href="downloads.html">Files and Libraries</a></li> </ul> </div> </div> </nav> <div class="container-fluid"> <div class="row"> <div class="col-sm-3 col-md-2 sidebar" id="apinav"> <ul class="nav nav-sidebar"> <li><a href="#artifact_gwt_json_overlay">GWT JSON Overlay</a></li> <li><a href="#artifact_java_json_client_library">Java JSON Client Library</a></li> <li><a href="#artifact_java_xml_client_library">Java XML Client Library</a></li> <li><a href="#artifact_js_client_library">JavaScript Client Library</a></li> <li><a href="#artifact_php_json_client_library">PHP JSON Client Library</a></li> <li><a href="#artifact_php_xml_client_library">PHP XML Client Library</a></li> <li><a href="#artifact_ruby_json_client_library">Ruby JSON Client Library</a></li> <li class="divider"></li> <li class="text-right"><a href="#top"><small>Back to Top</small></a></li> </ul> </div> <div class="col-sm-9 col-sm-offset-3 col-md-10 col-md-offset-2 main"> <ol class="breadcrumb" id="top"> <li class="active dropdown"><a href="index.html">Home</a></li> <li class="dropdown"><a href="downloads.html">Files and Libraries</a></li> </ol> <h1 class="page-header">Files and Libraries</h1> <h3 id="artifact_gwt_json_overlay">GWT JSON Overlay</h3> <p class="lead">Created February 22, 2018</p> <p> <p> The <a href="http://code.google.com/webtoolkit/">Google Web Toolkit</a> JSON Overlay library provides the JSON Overlays that can be used to access the Web service API for this application. </p> </p> <table class="table table-hover downloadfiles"> <caption>Files</caption> <thead> <tr> <th>name</th> <th>size</th> <th>description</th> </tr> </thead> <tbody data-link="row" class="rowlink"> <tr class="clickable-row" data-href="drip-api-gwt-json-overlay.jar"> <td><span class="downloadfile-name">drip-api-gwt-json-overlay.jar</span></td> <td><span class="downloadfile-size">14.53K</span></td> <td><span class="downloadfile-description">The sources for the GWT JSON overlay.</span></td> </tr> </tbody> </table> <h3 id="artifact_java_json_client_library">Java JSON Client Library</h3> <p class="lead">Created February 22, 2018</p> <p><p> The Java client-side library is used to provide the set of Java objects that can be serialized to/from JSON using <a href="http://jackson.codehaus.org/">Jackson</a>. This is useful for accessing the JSON REST endpoints that are published by this application. </p> </p> <table class="table table-hover downloadfiles"> <caption>Files</caption> <thead> <tr> <th>name</th> <th>size</th> <th>description</th> </tr> </thead> <tbody data-link="row" class="rowlink"> <tr class="clickable-row" data-href="drip-api-json-client.jar"> <td><span class="downloadfile-name">drip-api-json-client.jar</span></td> <td><span class="downloadfile-size">18.16K</span></td> <td><span class="downloadfile-description">The binaries for the Java JSON client library.</span></td> </tr> <tr class="clickable-row" data-href="drip-api-json-client-json-sources.jar"> <td><span class="downloadfile-name">drip-api-json-client-json-sources.jar</span></td> <td><span class="downloadfile-size">14.98K</span></td> <td><span class="downloadfile-description">The sources for the Java JSON client library.</span></td> </tr> </tbody> </table> <h3 id="artifact_java_xml_client_library">Java XML Client Library</h3> <p class="lead">Created February 22, 2018</p> <p><p> The Java client-side library is used to access the Web service API for this application using Java. </p> </p> <table class="table table-hover downloadfiles"> <caption>Files</caption> <thead> <tr> <th>name</th> <th>size</th> <th>description</th> </tr> </thead> <tbody data-link="row" class="rowlink"> <tr class="clickable-row" data-href="drip-api-xml-client.jar"> <td><span class="downloadfile-name">drip-api-xml-client.jar</span></td> <td><span class="downloadfile-size">25.69K</span></td> <td><span class="downloadfile-description">The binaries for the Java XML client library.</span></td> </tr> <tr class="clickable-row" data-href="drip-api-xml-client-xml-sources.jar"> <td><span class="downloadfile-name">drip-api-xml-client-xml-sources.jar</span></td> <td><span class="downloadfile-size">23.27K</span></td> <td><span class="downloadfile-description">The sources for the Java XML client library.</span></td> </tr> </tbody> </table> <h3 id="artifact_js_client_library">JavaScript Client Library</h3> <p class="lead">Created February 22, 2018</p> <p><p> 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"). </p> <p> The library uses ES6 class syntax which has limited support. See <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Classes#Browser_compatibility">MDN</a> and the <a href="https://kangax.github.io/compat-table/es6/">ES6 Compatibility Table</a> for more details. </p> <p> The library contains a UMD loader which supports AMD, CommonJS and browser globals. The browser global variable name for this library is "javascriptClient". </p> </p> <table class="table table-hover downloadfiles"> <caption>Files</caption> <thead> <tr> <th>name</th> <th>size</th> <th>description</th> </tr> </thead> <tbody data-link="row" class="rowlink"> <tr class="clickable-row" data-href="drip-api-js.zip"> <td><span class="downloadfile-name">drip-api-js.zip</span></td> <td><span class="downloadfile-size">9.89K</span></td> <td><span class="downloadfile-description"> </span></td> </tr> </tbody> </table> <h3 id="artifact_php_json_client_library">PHP JSON Client Library</h3> <p class="lead">Created February 22, 2018</p> <p><p> 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"). </p> <p> This library requires the <a href="http://php.net/manual/en/function.json-encode.php">json_encode</a> function which was included in PHP versions 5.2.0+. </p> </p> <table class="table table-hover downloadfiles"> <caption>Files</caption> <thead> <tr> <th>name</th> <th>size</th> <th>description</th> </tr> </thead> <tbody data-link="row" class="rowlink"> <tr class="clickable-row" data-href="drip-api-php.zip"> <td><span class="downloadfile-name">drip-api-php.zip</span></td> <td><span class="downloadfile-size">11.83K</span></td> <td><span class="downloadfile-description"> </span></td> </tr> </tbody> </table> <h3 id="artifact_php_xml_client_library">PHP XML Client Library</h3> <p class="lead">Created February 22, 2018</p> <p><p> 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. </p> <p> This library leverages the <a href="http://php.net/manual/en/book.xmlreader.php">XMLReader</a> and <a href="http://php.net/manual/en/book.xmlwriter.php">XMLWriter</a> tools that were included in PHP versions 5.1.0+. </p> </p> <table class="table table-hover downloadfiles"> <caption>Files</caption> <thead> <tr> <th>name</th> <th>size</th> <th>description</th> </tr> </thead> <tbody data-link="row" class="rowlink"> <tr class="clickable-row" data-href="drip-api-php.zip"> <td><span class="downloadfile-name">drip-api-php.zip</span></td> <td><span class="downloadfile-size">9.62K</span></td> <td><span class="downloadfile-description"> </span></td> </tr> </tbody> </table> <h3 id="artifact_ruby_json_client_library">Ruby JSON Client Library</h3> <p class="lead">Created February 22, 2018</p> <p><p> 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"). </p> <p> This library leverages the <a href="http://json.rubyforge.org/">Ruby JSON Implementation</a>, which is required in order to use this library. </p> </p> <table class="table table-hover downloadfiles"> <caption>Files</caption> <thead> <tr> <th>name</th> <th>size</th> <th>description</th> </tr> </thead> <tbody data-link="row" class="rowlink"> <tr class="clickable-row" data-href="drip-api.rb"> <td><span class="downloadfile-name">drip-api.rb</span></td> <td><span class="downloadfile-size">166.53K</span></td> <td><span class="downloadfile-description"> </span></td> </tr> </tbody> </table> <footer class="footer"> <div class="container"> <p class="text-muted">Generated by <a href="http://enunciate.webcohesion.com">Enunciate</a>.</p> </div> </footer> </div> </div> </div> <!-- JavaScript placed at the end of the document so the pages load faster. --> <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script> <!-- Bootstrap core JavaScript ================================================== --> <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js"></script> <!-- prettify code blocks. see http://code.google.com/p/google-code-prettify/ --> <script src="https://cdn.rawgit.com/google/code-prettify/master/loader/run_prettify.js" type="text/javascript"></script> <script> $(function() { $(".clickable-row").click(function() { window.document.location = $(this).data("href"); }); $('[data-toggle="tooltip"]').tooltip() }); </script> </body> </html>