Skip to content

Commit ef5f29f

Browse files
Fixes #7
1 parent bcc0c16 commit ef5f29f

14 files changed

+14
-0
lines changed

pages/abnf.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
date: 2014-02-20 08:09:31.000000000 +08:00
55
permalink: /documentation/odata-version-3-0/abnf/
66
---
7+
<h5 class="alert alert-warning">Note: <a href="/documentation/" title="" class="alert-link">OData Version 4.0</a> is the current recommended version of OData. OData Version 4.0 has been standardized by OASIS and has many features not included in old OData versions.</h5>
78
<h1 id="abnfforodata">ABNF for OData</h1>
89
<p>Current Revision: 4/27/2012</p>
910
<p>The following Augmented BackusNaur Form (ABNF) details the construction rules for OData Uris that target OData services that follow the Uri Conventions specified in this document.<br />

pages/atom-format-v2.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
date: 2014-02-28 03:35:17.000000000 +08:00
55
permalink: /documentation/odata-version-2-0/atom-format/
66
---
7+
<h5 class="alert alert-warning">Note: <a href="/documentation/" title="" class="alert-link">OData Version 4.0</a> is the current recommended version of OData. OData Version 4.0 has been standardized by OASIS and has many features not included in old OData versions.</h5>
78
<h2>Introduction</h2>
89
<p>OData supports two formats for representing the resources (Collections, Entries, Links, etc) it exposes: the XML-based Atom format and the JSON format. This document describes how OData resources are represented in Atom (plus additional elements defined in AtomPub) and <a href="../json-format">[OData-JSON]</a> describes the JSON representation. The <a href="../operations#RepresentationFormatAndContentTypeNegotiation"> content type negotiation</a> section of the <a href="../operations">[OData-Operations]</a> document describes how clients can use standard HTTP content type negotiation to tell an OData service which format it wants to use.</p>
910
<h2><a id="Background" name="Background"></a>1. Background</h2>

pages/atom-format-v3.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
date: 2014-02-20 08:13:13.000000000 +08:00
55
permalink: /documentation/odata-version-3-0/atom-format/
66
---
7+
<h5 class="alert alert-warning">Note: <a href="/documentation/" title="" class="alert-link">OData Version 4.0</a> is the current recommended version of OData. OData Version 4.0 has been standardized by OASIS and has many features not included in old OData versions.</h5>
78
<h1 id="overview">1. Overview</h1>
89
<p>The OData protocol is comprised of a set of specifications for representing and interacting with structured content. This document describes the OData Atom Format returned from an OData Service when requesting the <code>application/atom+xml</code> mime type.</p>
910
<p>An OData payload may represent:</p>

pages/batch-processing-v2.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
date: 2014-02-28 03:34:09.000000000 +08:00
55
permalink: /documentation/odata-version-2-0/batch-processing/
66
---
7+
<h5 class="alert alert-warning">Note: <a href="/documentation/" title="" class="alert-link">OData Version 4.0</a> is the current recommended version of OData. OData Version 4.0 has been standardized by OASIS and has many features not included in old OData versions.</h5>
78
<h2>Introduction</h2>
89
<p>The OData protocol exposes a uniform service interface to operate on collections of structured and unstructured data. <a href="../operations">[OData-Operations]</a> enumerates the set of operations supported by the uniform interface and describes a means to send one operation per HTTP request.</p>
910
<p>This document builds on the <a href="../operations">[OData-Operations]</a> document and describes how an OData implementation can optionally support executing multiple operations sent in a single HTTP request through the use of Batching. This document covers both how Batch operations are represented and processed.</p>

pages/batch-processing-v3.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
date: 2014-02-20 08:11:24.000000000 +08:00
55
permalink: /documentation/odata-version-3-0/batch-processing/
66
---
7+
<h5 class="alert alert-warning">Note: <a href="/documentation/" title="" class="alert-link">OData Version 4.0</a> is the current recommended version of OData. OData Version 4.0 has been standardized by OASIS and has many features not included in old OData versions.</h5>
78
<h1 id="opendataprotocolodatabatchprocessing"></h1>
89
<h1 id="introduction">1. Introduction</h1>
910
<p>The OData protocol defines a way to query and manipulate data (described using an EDM model) using a simple set of operations. This document builds on the ‘Interaction Semantics’ section of the core OData specification document and describes how an OData implementation MAY support executing multiple operations sent in a single HTTP request through the use of Batching. This document covers both how Batch operations are represented and processed.</p>

pages/common-schema-definition-language-csdl.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
date: 2014-02-20 08:01:53.000000000 +08:00
55
permalink: /documentation/odata-version-3-0/common-schema-definition-language-csdl/
66
---
7+
<h5 class="alert alert-warning">Note: <a href="/documentation/" title="" class="alert-link">OData Version 4.0</a> is the current recommended version of OData. OData Version 4.0 has been standardized by OASIS and has many features not included in old OData versions.</h5>
78
<h1 id="introduction">Introduction</h1>
89
<p>OData services are described by an Entity Data Model (EDM). Common Schema Definition Language (CSDL) defines an XML-based representation of the entity model exposed by an OData service. CSDL is based on standards defined in [<code><a href="http://www.w3.org/TR/2006/REC-xml11–20060816/">XML 1.1</a></code>] and [<code><a href="http://www.w3.org/standards/techs/xmlschema#w3c_all">XML Schema</a></code>].</p>
910
<p>An OData service SHOULD provide a CSDL description of its entity model when a client requests a description of the entity model by sending a <code>GET</code> request to <code>&lt;serviceRoot&gt;/$metadata</code>. <code>$metadata</code> MUST wrap the CSDL document in an EDMX wrapper.</p>

pages/json-format-v2.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
date: 2014-02-28 03:36:01.000000000 +08:00
55
permalink: /documentation/odata-version-2-0/json-format/
66
---
7+
<h5 class="alert alert-warning">Note: <a href="/documentation/" title="" class="alert-link">OData Version 4.0</a> is the current recommended version of OData. OData Version 4.0 has been standardized by OASIS and has many features not included in old OData versions.</h5>
78
<h2>Introduction</h2>
89
<p>OData supports two formats for representing the resources (Collections, Entries, Links, etc) it exposes: the XML-based AtomPub format and the JSON format. This document describes how OData resources are represented in JSON and <a href="../atom-format">[OData-Atom]</a> describes the AtomPub representation. The <a href="../operations#ContentTypeNegotation">content type negotiation</a> section of the <a href="../operations">[OData-Operations]</a> document describes how clients can use standard HTTP content type negotiation to tell an OData service which format it wants to use.</p>
910
<h2><a id="Background" name="Background"></a>1. Background</h2>

pages/json-verbose-format-v3.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
date: 2014-02-20 08:15:04.000000000 +08:00
55
permalink: /documentation/odata-version-3-0/json-verbose-format/
66
---
7+
<h5 class="alert alert-warning">Note: <a href="/documentation/" title="" class="alert-link">OData Version 4.0</a> is the current recommended version of OData. OData Version 4.0 has been standardized by OASIS and has many features not included in old OData versions.</h5>
78
<p>OData is released under the <a href="http://www.microsoft.com/openspecifications/en/us/programs/osp/default.aspx">Open Specification Promise</a> to allow anyone to freely interoperate with OData implementations.<br />
89
Current Revision: 4/27/2012</p>
910
<h1 id="overview">Overview</h1>

pages/odata-version-3-0-core-protocol.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
date: 2014-02-20 07:50:09.000000000 +08:00
55
permalink: /documentation/odata-version-3-0/odata-version-3-0-core-protocol/
66
---
7+
<h5 class="alert alert-warning">Note: <a href="/documentation/" title="" class="alert-link">OData Version 4.0</a> is the current recommended version of OData. OData Version 4.0 has been standardized by OASIS and has many features not included in old OData versions.</h5>
78
<h1 id="overview">1. Overview</h1>
89
<p>The OData Protocol is an application-level protocol for interacting with data via RESTful web services. The protocol supports the description of data models and the editing and querying of data according to those models. It provides facilities for:</p>
910
<ul>

pages/operations.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
date: 2014-02-28 03:32:08.000000000 +08:00
55
permalink: /documentation/odata-version-2-0/operations/
66
---
7+
<h5 class="alert alert-warning">Note: <a href="/documentation/" title="" class="alert-link">OData Version 4.0</a> is the current recommended version of OData. OData Version 4.0 has been standardized by OASIS and has many features not included in old OData versions.</h5>
78
<h2>Introduction</h2>
89
<p>The OData protocol exposes a uniform service interface to operate on collections of structured and unstructured data. Most of the semantics of operations in OData come from the AtomPub protocol [RFC5023], which in turn builds on top of HTTP <a href="http://www.ietf.org/rfc/rfc2616.txt">[RFC2616]</a>.</p>
910
<p>This document describes the operation model for the protocol, specifying the interactions between clients and servers for retrieving and manipulating data in an OData service. It builds on the <a href="../overview">[OData-Core]</a> document for core concepts, <a href="../uri-conventions">[OData-URI]</a> for URI conventions and on the formats specifications for Atom <a href="http://www.odata.org/developers/protocols/atom-format"> [OData-Atom]</a> and JSON <a href="../json-format">[OData-JSON]</a> for the description of data representations.</p>

0 commit comments

Comments
 (0)