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.12.0</version></h1> | 9 <h1 style="color:#999999">Version <version>1.12.0</version></h1> |
10 <p> | 10 <p> |
(...skipping 1941 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1952 <field name="referencedFiles" optional="true"> | 1952 <field name="referencedFiles" optional="true"> |
1953 <list><ref>FilePath</ref></list> | 1953 <list><ref>FilePath</ref></list> |
1954 <p> | 1954 <p> |
1955 A list of the Dart files that are referenced by the file. This | 1955 A list of the Dart files that are referenced by the file. This |
1956 field is omitted if the file is not an HTML file. | 1956 field is omitted if the file is not an HTML file. |
1957 </p> | 1957 </p> |
1958 </field> | 1958 </field> |
1959 </params> | 1959 </params> |
1960 </notification> | 1960 </notification> |
1961 </domain> | 1961 </domain> |
1962 <domain name="experimental" experimental="true"> | 1962 <domain name="diagnostic" experimental="true"> |
1963 <p> | 1963 <p> |
1964 The experimental domain contains experimental server APIs. Experimental | 1964 The diagnostic domain contains experimental server diagnostics APIs. Not
e |
1965 APIs are not considered to be part of the analysis server's API, docs ar
e | 1965 that as an experimental API, docs are not generated for this domain and
it |
1966 not generated for them and they are subject to change without notice. | 1966 is subject subject to change without notice. |
1967 Because the experimental domain is not part of the analysis server's API
, | 1967 Because this experimental domain is not part of the analysis server's AP
I, |
1968 the version number of the API will not be updated when changes are made. | 1968 the version number of the API will not be updated when changes are made. |
1969 Caveat emptor! | 1969 Caveat emptor! |
1970 </p> | 1970 </p> |
1971 <request method="getDiagnostics"> | 1971 <request method="getDiagnostics"> |
1972 <p>Return server diagnostics.</p> | 1972 <p>Return server diagnostics.</p> |
1973 <result> | 1973 <result> |
1974 <field name="contexts"> | 1974 <field name="contexts"> |
1975 <list><ref>ContextData</ref></list> | 1975 <list><ref>ContextData</ref></list> |
1976 <p>The list of analysis contexts.</p> | 1976 <p>The list of analysis contexts.</p> |
1977 </field> | 1977 </field> |
(...skipping 2446 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4424 This section contains a list of all of the errors that are | 4424 This section contains a list of all of the errors that are |
4425 produced by the server and the data that is returned with each. | 4425 produced by the server and the data that is returned with each. |
4426 </p> | 4426 </p> |
4427 <p> | 4427 <p> |
4428 TBD | 4428 TBD |
4429 </p> | 4429 </p> |
4430 <h2 class="domain"><a name="index">Index</a></h2> | 4430 <h2 class="domain"><a name="index">Index</a></h2> |
4431 <index></index> | 4431 <index></index> |
4432 </body> | 4432 </body> |
4433 </html> | 4433 </html> |
OLD | NEW |