OLD | NEW |
1 <!doctype html> | 1 <!doctype html> |
2 <html> | 2 <html> |
3 <head> | 3 <head> |
4 <meta charset="UTF-8"/> | 4 <meta charset="UTF-8"/> |
5 <title>Analysis Server API Specification</title> | 5 <title>Analysis Server API Specification</title> |
6 </head> | 6 </head> |
7 <body> | 7 <body> |
8 <h1>Analysis Server API Specification</h1> | 8 <h1>Analysis Server API Specification</h1> |
9 <h1 style="color:#999999">Version | 9 <h1 style="color:#999999">Version |
10 <version>1.18.2</version> | 10 <version>1.18.3</version> |
11 </h1> | 11 </h1> |
12 <p> | 12 <p> |
13 This document contains a specification of the API provided by the | 13 This document contains a specification of the API provided by the |
14 analysis server. The API in this document is currently under | 14 analysis server. The API in this document is currently under |
15 development. Changes to the API will be accompanied by an update to the | 15 development. Changes to the API will be accompanied by an update to the |
16 protocol version number according to the principles of semantic | 16 protocol version number according to the principles of semantic |
17 versioning (<a href="http://semver.org/">semver.org</a>). | 17 versioning (<a href="http://semver.org/">semver.org</a>). |
18 </p> | 18 </p> |
19 <h2>Overview</h2> | 19 <h2>Overview</h2> |
20 <p> | 20 <p> |
(...skipping 3826 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3847 This section contains a list of all of the errors that are | 3847 This section contains a list of all of the errors that are |
3848 produced by the server and the data that is returned with each. | 3848 produced by the server and the data that is returned with each. |
3849 </p> | 3849 </p> |
3850 <p> | 3850 <p> |
3851 TODO: TBD | 3851 TODO: TBD |
3852 </p> | 3852 </p> |
3853 <h2 class="domain"><a name="index">Index</a></h2> | 3853 <h2 class="domain"><a name="index">Index</a></h2> |
3854 <index></index> | 3854 <index></index> |
3855 </body> | 3855 </body> |
3856 </html> | 3856 </html> |
OLD | NEW |