We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Find 'em & destroy 'em
The text was updated successfully, but these errors were encountered:
In the previous version, while doing naming convention check & fix, "key" variables were renamed to "id" in OData controllers.
However, "key" was actually a fixed and mandatory variable in ODataControllers. All "id" variables were renamed back to "key" again.
Method Signatures Here are some rules for the method signatures: If the path contains a key, the action should have a parameter named key. If the path contains a key into a navigation property, the action should have a parameter named relatedKey. Decorate key and relatedKey parameters with the [FromODataUri] parameter. POST and PUT requests take a parameter of the entity type. PATCH requests take a parameter of type Delta, where T is the entity type.
Method Signatures
Here are some rules for the method signatures:
[http://www.asp.net/web-api/overview/odata-support-in-aspnet-web-api/odata-routing-conventions](Routing Conventions in ASP.NET Web API 2 Odata)
Sorry, something went wrong.
b825370
0.52.0
9b293bc
This closes #53, closes #54, closes #55 and closes #56
5c498fe
This closes #53, closes #54, closes #55, closes #56 and closes #57
No branches or pull requests
Find 'em & destroy 'em
The text was updated successfully, but these errors were encountered: