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
Copy file name to clipboardExpand all lines: README.md
+5-2Lines changed: 5 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,11 @@
1
-
This repo aims to show that how easily OData can be used with asp.net core web api projects to perform all CRUD operations.
1
+
This repo aims to show that how easily OData can be added to your existing/new Asp.Net Core Web Api to perform all CRUD operations.
2
2
3
3
This is a simple api that consist of two entities called Product and ProductCategory.
4
4
5
-
You can check following sample OData requests and results.
5
+
api/products -> classic rest endpoint
6
+
odata/products -> odata rest endpoint
7
+
8
+
You can check following sample OData queries and results.
6
9
7
10
if you like Postman, just import <ahref="https://github.com/suadev/aspnet-core-web-api-using-odata/blob/master/AspNetCore_OData.postman_collection.json"> AspNetCore_OData.postman_collection.json</a> file and you will see more sample query in Get folders.
0 commit comments