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

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, 11 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
1 <html> 2 <html>
2 <head> 3 <head>
3 <meta charset="UTF-8"/> 4 <meta charset="UTF-8"/>
4 <title>Analysis Server API Specification</title> 5 <title>Analysis Server API Specification</title>
5 </head> 6 </head>
6 <body> 7 <body>
7 <h1>Analysis Server API Specification</h1> 8 <h1>Analysis Server API Specification</h1>
8 <h1 style="color:#999999">WORKING DRAFT - Version <version>0.3</version></h1 > 9 <h1 style="color:#999999">Version <version>1.0.0</version></h1>
9 <p> 10 <p>
10 This document contains a specification of the API provided by 11 This document contains a specification of the API provided by the
11 the analysis server. The API in this document is currently under 12 analysis server. The API in this document is currently under
12 development and should be expected to change. In some cases 13 development. Changes to the API will be accompanied by an update to the
13 those changes will be substantial. 14 protocol version number according to the principles of semantic
15 versioning <a href="http://semver.org/">http://semver.org/</a>.
14 </p> 16 </p>
15 <h2>Overview</h2> 17 <h2>Overview</h2>
16 <p> 18 <p>
17 The analysis server API is a bi-directional client-server 19 The analysis server API is a bi-directional client-server
18 API. The API is independent of the transport mechanism used, but 20 API. The API is independent of the transport mechanism used, but
19 is heavily influenced by a model in which sockets or character 21 is heavily influenced by a model in which sockets or character
20 streams are used to transport JSON-RPC encoded information. 22 streams are used to transport JSON-RPC encoded information.
21 </p> 23 </p>
22 <h3>Transport Mechanism</h3> 24 <h3>Transport Mechanism</h3>
23 <p> 25 <p>
(...skipping 3748 matching lines...) Expand 10 before | Expand all | Expand 10 after
3772 <h2>Errors</h2> 3774 <h2>Errors</h2>
3773 <p> 3775 <p>
3774 This section contains a list of all of the errors that are 3776 This section contains a list of all of the errors that are
3775 produced by the server and the data that is returned with each. 3777 produced by the server and the data that is returned with each.
3776 </p> 3778 </p>
3777 <p> 3779 <p>
3778 TBD 3780 TBD
3779 </p> 3781 </p>
3780 </body> 3782 </body>
3781 </html> 3783 </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