|
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 <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.
|
8 | 11 |
|
|
0 commit comments