| OLD | NEW |
| 1 <html><head> | 1 <html><head> |
| 2 <meta charset="UTF-8"> | 2 <meta charset="UTF-8"> |
| 3 <title>Analysis Server API Specification</title> | 3 <title>Analysis Server API Specification</title> |
| 4 <style>body { | 4 <style>body { |
| 5 font-family: sans-serif, serif; | 5 font-family: sans-serif, serif; |
| 6 padding-left: 5%; | 6 padding-left: 5%; |
| 7 padding-right: 5%; | 7 padding-right: 5%; |
| 8 } | 8 } |
| 9 h1 { | 9 h1 { |
| 10 text-align: center; | 10 text-align: center; |
| (...skipping 25 matching lines...) Expand all Loading... |
| 36 } | 36 } |
| 37 dt.request { | 37 dt.request { |
| 38 font-weight: bold; | 38 font-weight: bold; |
| 39 } | 39 } |
| 40 dt.typeDefinition { | 40 dt.typeDefinition { |
| 41 font-weight: bold; | 41 font-weight: bold; |
| 42 } | 42 } |
| 43 </style></head> | 43 </style></head> |
| 44 <body> | 44 <body> |
| 45 <h1>Analysis Server API Specification</h1> | 45 <h1>Analysis Server API Specification</h1> |
| 46 <h1 style="color:#999999">Version 1.6.1</h1> | 46 <h1 style="color:#999999">Version 1.6.2</h1> |
| 47 <p> | 47 <p> |
| 48 This document contains a specification of the API provided by the | 48 This document contains a specification of the API provided by the |
| 49 analysis server. The API in this document is currently under | 49 analysis server. The API in this document is currently under |
| 50 development. Changes to the API will be accompanied by an update to the | 50 development. Changes to the API will be accompanied by an update to the |
| 51 protocol version number according to the principles of semantic | 51 protocol version number according to the principles of semantic |
| 52 versioning <a href="http://semver.org/">http://semver.org/</a>. | 52 versioning <a href="http://semver.org/">http://semver.org/</a>. |
| 53 </p> | 53 </p> |
| 54 <h2>Overview</h2> | 54 <h2>Overview</h2> |
| 55 <p> | 55 <p> |
| 56 The analysis server API is a bi-directional client-server | 56 The analysis server API is a bi-directional client-server |
| (...skipping 3752 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3809 <p> | 3809 <p> |
| 3810 This section contains a list of all of the errors that are | 3810 This section contains a list of all of the errors that are |
| 3811 produced by the server and the data that is returned with each. | 3811 produced by the server and the data that is returned with each. |
| 3812 </p> | 3812 </p> |
| 3813 <p> | 3813 <p> |
| 3814 TBD | 3814 TBD |
| 3815 </p> | 3815 </p> |
| 3816 | 3816 |
| 3817 | 3817 |
| 3818 </body></html> | 3818 </body></html> |
| OLD | NEW |