-
Notifications
You must be signed in to change notification settings - Fork 34
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
Expose Custom Methods #68
Comments
I would also like to get a handle on the custom method execution. |
I'd like some help with this aswell |
@zegerman @TihoBeretovac @sanderha sorry for not replying earlier... it all depends what you are trying to achieve... if you have methods on some Controller you had like to access, this is already built in SS, you should be able to access it through the route If you want the result of your custom method to be serialized, you can always instantiate the Serializer in your custom method. if you want your Controller methods to be accessed through the @TihoBeretovac the permission manager is used to check is the user accessing the api has the right to read, edit etc the model being accessed. Through the |
Hi,
thank you for the module. Its working great so far.
However I would like to make custom methods (e.g. of Controllers) accessible via REST.
Can this be done as well?
I see that something can be done with api/acl/ but not sure how this can be configured.
Thx
Andy
The text was updated successfully, but these errors were encountered: