Skip to content

Commit fb6fe7d

Browse files
authored
Update ecosystem/library entries (#338)
1 parent 09e9ca9 commit fb6fe7d

File tree

4 files changed

+20
-9
lines changed

4 files changed

+20
-9
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
layout: default
3+
category: liveservices
4+
title: "Microsoft Graph"
5+
link: "https://learn.microsoft.com/en-us/graph/"
6+
---
7+
Microsoft Graph exposes REST APIs and client libraries to access data on Microsoft cloud resources (Microsoft 365 core services, enterprise mobility & security services, Windows services, and Dynamics 365 Business Central services), whose REST endpoints are now OData endpoints.

_ecosys/liveservices/Windows-Live.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

_libraries/ASP-NET-Core-OData.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
category: net
3+
name: ASP.NET Core OData
4+
link: https://learn.microsoft.com/en-us/odata/webapi-8/Overview
5+
version: V4
6+
object: Server
7+
downloads:
8+
- source: nugetgallery
9+
link: https://www.nuget.org/packages/Microsoft.AspNetCore.OData
10+
---
11+
ASP.NET Core OData is a framework that makes it easy to build OData services that reach a broad range of clients, including browsers and mobile devices. ASP.NET Core OData is an ideal platform for building OData applications leveraging .NET 5 and the design changes made in newer versions of AspNetCore such as endpoint routing.

_libraries/ODataJS-beta.md renamed to _libraries/ODataJS.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
category: javascript
3-
name: ODataJS beta <span class="label label-success">featured</span>
3+
name: ODataJS <span class="label label-success">featured</span>
44
rownumber: 25
5-
version: V4 (4.0.0-beta-01)
5+
version: V4
66
object: Client
77
downloads:
88
- source: Apache Olingo Site

0 commit comments

Comments
 (0)