Chromium Code Reviews| 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 <version>1.15.0</version></h1> | 9 <h1 style="color:#999999">Version <version>1.16.0</version></h1> |
| 10 <p> | 10 <p> |
| 11 This document contains a specification of the API provided by the | 11 This document contains a specification of the API provided by the |
| 12 analysis server. The API in this document is currently under | 12 analysis server. The API in this document is currently under |
| 13 development. Changes to the API will be accompanied by an update to the | 13 development. Changes to the API will be accompanied by an update to the |
| 14 protocol version number according to the principles of semantic | 14 protocol version number according to the principles of semantic |
| 15 versioning <a href="http://semver.org/">http://semver.org/</a>. | 15 versioning <a href="http://semver.org/">http://semver.org/</a>. |
| 16 </p> | 16 </p> |
| 17 <h2>Overview</h2> | 17 <h2>Overview</h2> |
| 18 <p> | 18 <p> |
| 19 The analysis server API is a bi-directional client-server | 19 The analysis server API is a bi-directional client-server |
| (...skipping 212 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 232 </p> | 232 </p> |
| 233 <p> | 233 <p> |
| 234 It is not possible to subscribe to or unsubscribe from this | 234 It is not possible to subscribe to or unsubscribe from this |
| 235 notification. | 235 notification. |
| 236 </p> | 236 </p> |
| 237 <params> | 237 <params> |
| 238 <field name="version"> | 238 <field name="version"> |
| 239 <ref>String</ref> | 239 <ref>String</ref> |
| 240 <p>The version number of the analysis server.</p> | 240 <p>The version number of the analysis server.</p> |
| 241 </field> | 241 </field> |
| 242 <field name="pid"> | |
| 243 <ref>String</ref> | |
|
Brian Wilkerson
2016/06/21 22:57:54
I think we want to specify "int" rather than "Stri
pquitslund
2016/06/21 23:00:15
Indeed! :)
Done.
| |
| 244 <p>The process id of the analysis server process.</p> | |
| 245 </field> | |
| 242 </params> | 246 </params> |
| 243 </notification> | 247 </notification> |
| 244 <notification event="error"> | 248 <notification event="error"> |
| 245 <p> | 249 <p> |
| 246 Reports that an unexpected error has occurred while | 250 Reports that an unexpected error has occurred while |
| 247 executing the server. This notification is not used for | 251 executing the server. This notification is not used for |
| 248 problems with specific requests (which are returned as part | 252 problems with specific requests (which are returned as part |
| 249 of the response) but is used for exceptions that occur while | 253 of the response) but is used for exceptions that occur while |
| 250 performing other tasks, such as analysis or preparing | 254 performing other tasks, such as analysis or preparing |
| 251 notifications. | 255 notifications. |
| (...skipping 4246 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 4498 This section contains a list of all of the errors that are | 4502 This section contains a list of all of the errors that are |
| 4499 produced by the server and the data that is returned with each. | 4503 produced by the server and the data that is returned with each. |
| 4500 </p> | 4504 </p> |
| 4501 <p> | 4505 <p> |
| 4502 TBD | 4506 TBD |
| 4503 </p> | 4507 </p> |
| 4504 <h2 class="domain"><a name="index">Index</a></h2> | 4508 <h2 class="domain"><a name="index">Index</a></h2> |
| 4505 <index></index> | 4509 <index></index> |
| 4506 </body> | 4510 </body> |
| 4507 </html> | 4511 </html> |
| OLD | NEW |