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

Side by Side Diff: pkg/analysis_server/tool/spec/spec_input.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 | « pkg/analysis_server/test/domain_server_test.dart ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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>
OLDNEW
« no previous file with comments | « pkg/analysis_server/test/domain_server_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698