Chromium Code Reviews| 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">WORKING DRAFT - Version <version>0.3</version></h1 > | 8 <h1 style="color:#999999">Version <version>1.0.0</version></h1> |
| 9 <p> | 9 <p> |
| 10 This document contains a specification of the API provided by | 10 This document contains a specification of the API provided by |
|
Paul Berry
2015/01/27 19:29:03
I'd recommend changing this paragraph to something
| |
| 11 the analysis server. The API in this document is currently under | 11 the analysis server. The API in this document is currently under |
| 12 development and should be expected to change. In some cases | 12 development and should be expected to change. In some cases |
| 13 those changes will be substantial. | 13 those changes will be substantial. |
| 14 </p> | 14 </p> |
| 15 <h2>Overview</h2> | 15 <h2>Overview</h2> |
| 16 <p> | 16 <p> |
| 17 The analysis server API is a bi-directional client-server | 17 The analysis server API is a bi-directional client-server |
| 18 API. The API is independent of the transport mechanism used, but | 18 API. The API is independent of the transport mechanism used, but |
| 19 is heavily influenced by a model in which sockets or character | 19 is heavily influenced by a model in which sockets or character |
| 20 streams are used to transport JSON-RPC encoded information. | 20 streams are used to transport JSON-RPC encoded information. |
| (...skipping 3739 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 3760 <h2>Errors</h2> | 3760 <h2>Errors</h2> |
| 3761 <p> | 3761 <p> |
| 3762 This section contains a list of all of the errors that are | 3762 This section contains a list of all of the errors that are |
| 3763 produced by the server and the data that is returned with each. | 3763 produced by the server and the data that is returned with each. |
| 3764 </p> | 3764 </p> |
| 3765 <p> | 3765 <p> |
| 3766 TBD | 3766 TBD |
| 3767 </p> | 3767 </p> |
| 3768 </body> | 3768 </body> |
| 3769 </html> | 3769 </html> |
| OLD | NEW |