Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(518)

Side by Side Diff: pkg/analysis_server/doc/api.html

Issue 881873002: Change server API version to 1.0.0 for clients (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | pkg/analysis_server/lib/src/analysis_server.dart » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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>body { 4 <style>body {
5 font-family: sans-serif, serif; 5 font-family: sans-serif, serif;
6 padding-left: 5%; 6 padding-left: 5%;
7 padding-right: 5%; 7 padding-right: 5%;
8 } 8 }
9 h1 { 9 h1 {
10 text-align: center; 10 text-align: center;
(...skipping 25 matching lines...) Expand all
36 } 36 }
37 dt.request { 37 dt.request {
38 font-weight: bold; 38 font-weight: bold;
39 } 39 }
40 dt.typeDefinition { 40 dt.typeDefinition {
41 font-weight: bold; 41 font-weight: bold;
42 } 42 }
43 </style></head> 43 </style></head>
44 <body> 44 <body>
45 <h1>Analysis Server API Specification</h1> 45 <h1>Analysis Server API Specification</h1>
46 <h1 style="color:#999999">WORKING DRAFT - Version 0.3</h1> 46 <h1 style="color:#999999">Version 1.0.0</h1>
47 <p> 47 <p>
48 This document contains a specification of the API provided by 48 This document contains a specification of the API provided by the
49 the analysis server. The API in this document is currently under 49 analysis server. The API in this document is currently under
50 development and should be expected to change. In some cases 50 development. Changes to the API will be accompanied by an update to the
51 those changes will be substantial. 51 protocol version number according to the principles of semantic
52 versioning <a href="http://semver.org/">http://semver.org/</a>.
52 </p> 53 </p>
53 <h2>Overview</h2> 54 <h2>Overview</h2>
54 <p> 55 <p>
55 The analysis server API is a bi-directional client-server 56 The analysis server API is a bi-directional client-server
56 API. The API is independent of the transport mechanism used, but 57 API. The API is independent of the transport mechanism used, but
57 is heavily influenced by a model in which sockets or character 58 is heavily influenced by a model in which sockets or character
58 streams are used to transport JSON-RPC encoded information. 59 streams are used to transport JSON-RPC encoded information.
59 </p> 60 </p>
60 <h3>Transport Mechanism</h3> 61 <h3>Transport Mechanism</h3>
61 <p> 62 <p>
(...skipping 3616 matching lines...) Expand 10 before | Expand all | Expand 10 after
3678 <p> 3679 <p>
3679 This section contains a list of all of the errors that are 3680 This section contains a list of all of the errors that are
3680 produced by the server and the data that is returned with each. 3681 produced by the server and the data that is returned with each.
3681 </p> 3682 </p>
3682 <p> 3683 <p>
3683 TBD 3684 TBD
3684 </p> 3685 </p>
3685 3686
3686 3687
3687 </body></html> 3688 </body></html>
OLDNEW
« no previous file with comments | « no previous file | pkg/analysis_server/lib/src/analysis_server.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698