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
Provided advanced routing with query parameters:
Search: Add a search feature on the /resource endpoint. For instance, /resource?name=ResourceName could return resources with names matching the query.
Sorting: Allow sorting of resources. For instance, /resource?sort=name could return resources sorted alphabetically by name.
Additional routes