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

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, 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
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
49 the analysis server. The API in this document is currently under 49 the analysis server. The API in this document is currently under
50 development and should be expected to change. In some cases 50 development and should be expected to change. In some cases
51 those changes will be substantial. 51 those changes will be substantial.
52 </p> 52 </p>
53 <h2>Overview</h2> 53 <h2>Overview</h2>
54 <p> 54 <p>
55 The analysis server API is a bi-directional client-server 55 The analysis server API is a bi-directional client-server
56 API. The API is independent of the transport mechanism used, but 56 API. The API is independent of the transport mechanism used, but
(...skipping 3610 matching lines...) Expand 10 before | Expand all | Expand 10 after
3667 <p> 3667 <p>
3668 This section contains a list of all of the errors that are 3668 This section contains a list of all of the errors that are
3669 produced by the server and the data that is returned with each. 3669 produced by the server and the data that is returned with each.
3670 </p> 3670 </p>
3671 <p> 3671 <p>
3672 TBD 3672 TBD
3673 </p> 3673 </p>
3674 3674
3675 3675
3676 </body></html> 3676 </body></html>
OLDNEW
« no previous file with comments | « no previous file | pkg/analysis_server/lib/src/analysis_server.dart » ('j') | pkg/analysis_server/tool/spec/spec_input.html » ('J')

Powered by Google App Engine
This is Rietveld 408576698