| 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>h1 { | 4 <style>h1 { |
| 5 text-align: center; | 5 text-align: center; |
| 6 } | 6 } |
| 7 pre { | 7 pre { |
| 8 margin: 0px; | 8 margin: 0px; |
| 9 } | 9 } |
| 10 div.box { | 10 div.box { |
| 11 border: 1px solid rgb(0, 0, 0); | 11 border: 1px solid rgb(0, 0, 0); |
| 12 background-color: rgb(207, 226, 243); | 12 background-color: rgb(207, 226, 243); |
| 13 padding: 0.5em; | 13 padding: 0.5em; |
| 14 } | 14 } |
| 15 dt { | 15 dt { |
| 16 margin-top: 1em; | 16 margin-top: 1em; |
| 17 margin-bottom: 1em; | 17 margin-bottom: 1em; |
| 18 } | 18 } |
| 19 div.hangingIndent { |
| 20 padding-left: 3em; |
| 21 text-indent: -3em; |
| 22 } |
| 19 </style></head> | 23 </style></head> |
| 20 <body> | 24 <body> |
| 21 <h1>Analysis Server API Specification</h1> | 25 <h1>Analysis Server API Specification</h1> |
| 22 <h1 style="color:#999999">WORKING DRAFT - Version 0.3</h1> | 26 <h1 style="color:#999999">WORKING DRAFT - Version 0.3</h1> |
| 23 <p> | 27 <p> |
| 24 This document contains a specification of the API provided by | 28 This document contains a specification of the API provided by |
| 25 the analysis server. The API in this document is currently under | 29 the analysis server. The API in this document is currently under |
| 26 development and should be expected to change. In some cases | 30 development and should be expected to change. In some cases |
| 27 those changes will be substantial. | 31 those changes will be substantial. |
| 28 </p> | 32 </p> |
| (...skipping 2939 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2968 <p> | 2972 <p> |
| 2969 This section contains a list of all of the errors that are | 2973 This section contains a list of all of the errors that are |
| 2970 produced by the server and the data that is returned with each. | 2974 produced by the server and the data that is returned with each. |
| 2971 </p> | 2975 </p> |
| 2972 <p> | 2976 <p> |
| 2973 TBD | 2977 TBD |
| 2974 </p> | 2978 </p> |
| 2975 | 2979 |
| 2976 | 2980 |
| 2977 </body></html> | 2981 </body></html> |
| OLD | NEW |