Skip to content

Commit 20a866b

Browse files
committed
readme
1 parent 5b265ad commit 20a866b

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff 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.
22

33
This is a simple api that consist of two entities called Product and ProductCategory.
44

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.
69

710
if you like Postman, just import <a href="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.
811

0 commit comments

Comments
 (0)