| OLD | NEW |
| 1 <html> | 1 <html> |
| 2 <head> | 2 <head> |
| 3 <meta charset="UTF-8"/> | 3 <meta charset="UTF-8"/> |
| 4 <title>Analysis Server API Specification</title> | 4 <title>Analysis Server API Specification</title> |
| 5 </head> | 5 </head> |
| 6 <body> | 6 <body> |
| 7 <h1>Analysis Server API Specification</h1> | 7 <h1>Analysis Server API Specification</h1> |
| 8 <h1 style="color:#999999">Version <version>1.6.1</version></h1> | 8 <h1 style="color:#999999">Version <version>1.6.2</version></h1> |
| 9 <p> | 9 <p> |
| 10 This document contains a specification of the API provided by the | 10 This document contains a specification of the API provided by the |
| 11 analysis server. The API in this document is currently under | 11 analysis server. The API in this document is currently under |
| 12 development. Changes to the API will be accompanied by an update to the | 12 development. Changes to the API will be accompanied by an update to the |
| 13 protocol version number according to the principles of semantic | 13 protocol version number according to the principles of semantic |
| 14 versioning <a href="http://semver.org/">http://semver.org/</a>. | 14 versioning <a href="http://semver.org/">http://semver.org/</a>. |
| 15 </p> | 15 </p> |
| 16 <h2>Overview</h2> | 16 <h2>Overview</h2> |
| 17 <p> | 17 <p> |
| 18 The analysis server API is a bi-directional client-server | 18 The analysis server API is a bi-directional client-server |
| (...skipping 3893 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3912 <h2>Errors</h2> | 3912 <h2>Errors</h2> |
| 3913 <p> | 3913 <p> |
| 3914 This section contains a list of all of the errors that are | 3914 This section contains a list of all of the errors that are |
| 3915 produced by the server and the data that is returned with each. | 3915 produced by the server and the data that is returned with each. |
| 3916 </p> | 3916 </p> |
| 3917 <p> | 3917 <p> |
| 3918 TBD | 3918 TBD |
| 3919 </p> | 3919 </p> |
| 3920 </body> | 3920 </body> |
| 3921 </html> | 3921 </html> |
| OLD | NEW |