You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<h2 class="text-center">OData has a rich <strong>Ecosystem</strong>. <strong><a href='http://www.odata.org/ecosystem/'>Click Here</a></strong> to find more!</h2>
91
+
<h2 class="text-center">OData has a rich <strong>Ecosystem</strong>. <strong><a href='https://www.odata.org/ecosystem/'>Click Here</a></strong> to find more!</h2>
<p>A tool to enable OData service authors to ensure that their service interoperates well with any OData client. It also enables consumers to test OData services.</p>
<h4><ahref="http://www.odata.org/getting-started/"> Getting Started </a></h4>
154
-
<p>To get started, take a look at <ahref="http://www.odata.org/getting-started/understand-odata-in-6-steps/">Understanding OData in 6 steps</a>. And then the <ahref="http://www.odata.org/getting-started/basic-tutorial/">Basic Tutorial</a>, <ahref="http://www.odata.org/getting-started/advanced-tutorial/">Advanced Tutorial</a> and <ahref="http://www.odata.org/getting-started/learning-odata-on-postman/">Postman Tutorial</a> will provide practical samples to learn OData.</p>
153
+
<h4><ahref="https://www.odata.org/getting-started/"> Getting Started </a></h4>
154
+
<p>To get started, take a look at <ahref="https://www.odata.org/getting-started/understand-odata-in-6-steps/">Understanding OData in 6 steps</a>. And then the <ahref="https://www.odata.org/getting-started/basic-tutorial/">Basic Tutorial</a>, <ahref="https://www.odata.org/getting-started/advanced-tutorial/">Advanced Tutorial</a> and <ahref="https://www.odata.org/getting-started/learning-odata-on-postman/">Postman Tutorial</a> will provide practical samples to learn OData.</p>
<p>OData v4 is standardized by OASIS, including <ahref="http://docs.oasis-open.org/odata/odata/v4.0/odata-v4.0-part1-protocol.html">Protocol Specification</a>, <ahref="http://docs.oasis-open.org/odata/odata/v4.0/odata-v4.0-part2-url-conventions.html">URL Conversions</a>, <ahref="http://docs.oasis-open.org/odata/odata/v4.0/odata-v4.0-part3-csdl.html">Common Schema Definition Language</a>, <ahref="http://docs.oasis-open.org/odata/odata-json-format/v4.0/odata-json-format-v4.0.html">JSON Format Specification, <ahref="http://docs.oasis-open.org/odata/odata/v4.0/errata02/os/complete/abnf/">ABNF</a>, <ahref="http://docs.oasis-open.org/odata/odata/v4.0/errata02/os/complete/vocabularies/">Standardized Vocabularies</a>, and <ahref="http://docs.oasis-open.org/odata/odata-data-aggregation-ext/v4.0/odata-data-aggregation-ext-v4.0.html">Aggregation Extension</a>. OData v4 can also be ordered from ISO/IEC as <ahref="http://www.iso.org/iso/catalogue_detail.htm?csnumber=69208">ISO/IEC 20802-1:2016</a> (OData 4.0 Protocol) and <ahref="http://www.iso.org/iso/catalogue_detail.htm?csnumber=69209">ISO/IEC 20802-2:2016</a> (OData 4.0 JSON Format)</p>
<p>There are several of libraries to facilitate building and consuming OData service. <ahref="http://odata.github.io/RESTier/">Restier</a> is the main library for .NET framework. <ahref="http://olingo.apache.org/">Apache Olingo</a> is for Java platform to build OData service.</p>
<p>There are several of libraries to facilitate building and consuming OData service. <ahref="https://odata.github.io/RESTier/">Restier</a> is the main library for .NET framework. <ahref="http://olingo.apache.org/">Apache Olingo</a> is for Java platform to build OData service.</p>
<p>There are several OData sample services to help you practice with OData API. <ahref="http://services.odata.org/TripPinRESTierService/">TripPin Service</a> is the main sample service.</p>
181
+
<p>There are several OData sample services to help you practice with OData API. <ahref="https://services.odata.org/TripPinRESTierService/">TripPin Service</a> is the main sample service.</p>
Copy file name to clipboardExpand all lines: pages/2014-08-22-vocabularies-old.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,7 @@
32
32
<li>A service should not require a client to interpret annotations</li>
33
33
<li>Metadata annotations appear in $metadata whereas instance annotations appear in the actual payload</li>
34
34
</ul>
35
-
<p><code>Display</code> and <code>Publication</code> are core OData vocabularies. You can see metadata annotations applying these terms in the metadata of <ahref="http://services.odata.org/v3/OData/OData.svc/$metadata">our sample OData feed</a>.</p>
35
+
<p><code>Display</code> and <code>Publication</code> are core OData vocabularies. You can see metadata annotations applying these terms in the metadata of <ahref="https://services.odata.org/v3/OData/OData.svc/$metadata">our sample OData feed</a>.</p>
36
36
<p>The <code>Display</code> vocabulary has two terms:</p>
37
37
<ol>
38
38
<li><code>DisplayName</code> is used to define a displayable name for a Container, Set, Type or Property</li>
0 commit comments