We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcfc984 commit 219dbc7Copy full SHA for 219dbc7
README.md
@@ -2,3 +2,10 @@
2
3
* This is a sample project to show usage of OData within an ABP based application.
4
* It also shows how to host a Web API in an empty Web application.
5
+
6
+# How to test
7
8
+* Restore all nuget packages.
9
+* Set AbpODataDemo.WebHost as startup project
10
+* Perform a GET request to http://localhost:61842/odata/Persons to get list of people.
11
+* Perform a GET request to http://localhost:61842/odata/$metadata#Persons to get person metadata.
0 commit comments