downloads.html 12.1 KB
Newer Older
Spiros Koulouzis's avatar
Spiros Koulouzis committed
1 2 3 4 5 6 7 8
<!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 -->

Spiros Koulouzis's avatar
Spiros Koulouzis committed
9
  <title>drip-api: Files and Libraries</title>
Spiros Koulouzis's avatar
Spiros Koulouzis committed
10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37

  <!-- 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>
Spiros Koulouzis's avatar
Spiros Koulouzis committed
38
        <a class="navbar-brand" href="index.html">drip-api: Files and Libraries</a>
Spiros Koulouzis's avatar
Spiros Koulouzis committed
39 40 41
      </div>
      <div id="navbar" class="navbar-collapse collapse">
        <ul class="nav navbar-nav navbar-right">
Spiros Koulouzis's avatar
Spiros Koulouzis committed
42
          <li><a href="resources.html">Resources</a></li>
Spiros Koulouzis's avatar
Spiros Koulouzis committed
43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74
          <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>
75
  <p class="lead">Created October 27, 2017</p>
Spiros Koulouzis's avatar
Spiros Koulouzis committed
76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91
  <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">
Spiros Koulouzis's avatar
Spiros Koulouzis committed
92 93
    <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>
94
      <td><span class="downloadfile-size">13.61K</span></td>
Spiros Koulouzis's avatar
Spiros Koulouzis committed
95 96 97 98 99
      <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>
100
  <p class="lead">Created October 27, 2017</p>
Spiros Koulouzis's avatar
Spiros Koulouzis committed
101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116
  <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">
Spiros Koulouzis's avatar
Spiros Koulouzis committed
117 118
    <tr class="clickable-row" data-href="drip-api-json-client.jar">
      <td><span class="downloadfile-name">drip-api-json-client.jar</span></td>
119
      <td><span class="downloadfile-size">16.96K</span></td>
Spiros Koulouzis's avatar
Spiros Koulouzis committed
120 121
      <td><span class="downloadfile-description">The binaries for the Java JSON client library.</span></td>
    </tr>
Spiros Koulouzis's avatar
Spiros Koulouzis committed
122 123
    <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>
124
      <td><span class="downloadfile-size">14.02K</span></td>
Spiros Koulouzis's avatar
Spiros Koulouzis committed
125 126 127 128 129
      <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>
130
  <p class="lead">Created October 27, 2017</p>
Spiros Koulouzis's avatar
Spiros Koulouzis committed
131 132 133 134 135 136 137 138 139 140 141 142 143 144
  <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">
Spiros Koulouzis's avatar
Spiros Koulouzis committed
145 146
    <tr class="clickable-row" data-href="drip-api-xml-client.jar">
      <td><span class="downloadfile-name">drip-api-xml-client.jar</span></td>
147
      <td><span class="downloadfile-size">24.67K</span></td>
Spiros Koulouzis's avatar
Spiros Koulouzis committed
148 149
      <td><span class="downloadfile-description">The binaries for the Java XML client library.</span></td>
    </tr>
Spiros Koulouzis's avatar
Spiros Koulouzis committed
150 151
    <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>
152
      <td><span class="downloadfile-size">22.38K</span></td>
Spiros Koulouzis's avatar
Spiros Koulouzis committed
153 154 155 156 157
      <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>
158
  <p class="lead">Created October 27, 2017</p>
Spiros Koulouzis's avatar
Spiros Koulouzis committed
159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184
  <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">
Spiros Koulouzis's avatar
Spiros Koulouzis committed
185 186
    <tr class="clickable-row" data-href="drip-api-js.zip">
      <td><span class="downloadfile-name">drip-api-js.zip</span></td>
187
      <td><span class="downloadfile-size">5.43K</span></td>
Spiros Koulouzis's avatar
Spiros Koulouzis committed
188 189 190 191
      <td><span class="downloadfile-description">&nbsp;</span></td>
    </tr>
    </tbody>
  </table>
Spiros Koulouzis's avatar
Spiros Koulouzis committed
192
  <h3 id="artifact_php_json_client_library">PHP JSON Client Library</h3>
193
  <p class="lead">Created October 27, 2017</p>
Spiros Koulouzis's avatar
Spiros Koulouzis committed
194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213
  <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">
Spiros Koulouzis's avatar
Spiros Koulouzis committed
214 215
    <tr class="clickable-row" data-href="drip-api-php.zip">
      <td><span class="downloadfile-name">drip-api-php.zip</span></td>
216
      <td><span class="downloadfile-size">6.01K</span></td>
Spiros Koulouzis's avatar
Spiros Koulouzis committed
217 218 219 220 221
      <td><span class="downloadfile-description">&nbsp;</span></td>
    </tr>
    </tbody>
  </table>
  <h3 id="artifact_php_xml_client_library">PHP XML Client Library</h3>
222
  <p class="lead">Created October 27, 2017</p>
Spiros Koulouzis's avatar
Spiros Koulouzis committed
223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245
  <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">
Spiros Koulouzis's avatar
Spiros Koulouzis committed
246 247
    <tr class="clickable-row" data-href="drip-api-php.zip">
      <td><span class="downloadfile-name">drip-api-php.zip</span></td>
248
      <td><span class="downloadfile-size">9.11K</span></td>
Spiros Koulouzis's avatar
Spiros Koulouzis committed
249 250 251 252 253
      <td><span class="downloadfile-description">&nbsp;</span></td>
    </tr>
    </tbody>
  </table>
  <h3 id="artifact_ruby_json_client_library">Ruby JSON Client Library</h3>
254
  <p class="lead">Created October 27, 2017</p>
Spiros Koulouzis's avatar
Spiros Koulouzis committed
255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276
  <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">
Spiros Koulouzis's avatar
Spiros Koulouzis committed
277 278
    <tr class="clickable-row" data-href="drip-api.rb">
      <td><span class="downloadfile-name">drip-api.rb</span></td>
279
      <td><span class="downloadfile-size">76.40K</span></td>
Spiros Koulouzis's avatar
Spiros Koulouzis committed
280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316
      <td><span class="downloadfile-description">&nbsp;</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>