-
Notifications
You must be signed in to change notification settings - Fork 136
New issue
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
Add operation support with RESTier own controller #378
Comments
The current way to support operation, refer to document http://odata.github.io/RESTier/#03-03-Operation, thanks. |
This issue will be resolve in several steps,
|
1,2,7 are supported with PR #424, and note path segment after function is not supported yet. |
Action part are supported with PR #453, all code has merged. |
document updated. |
Current in RESTier, the operation (function and action) are supported with additional controller and WebApi ODataRoute attribute, add support with RESTier controller.
Need to support both bounded and unbounded operation, and also support in batch request.
Before this is added, consumer can create separate controller to support operation, docs will be added for this part.
The text was updated successfully, but these errors were encountered: