You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 17, 2025. It is now read-only.
Is there a way to create custom actions aside from the generic CRUD actions. I would like to have a route like e.g. /cities/5/population or cities/5/currentusers ... something like that. I have it working nice for the collections and returning single items. But REST is about more than that right? Thoughts?