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 has been archived by the owner on May 4, 2019. It is now read-only.
Just something I stumbled upon, that might also be of interest to others:
The api.custom() method returns an member (ie. one entity). I have a custom url that is a collection endpoint. It returns an array of entities. And I want to use getAll() on it.
Just something I stumbled upon, that might also be of interest to others:
The api.custom() method returns an member (ie. one entity). I have a custom url that is a collection endpoint. It returns an array of entities. And I want to use getAll() on it.
IMHO there should be two methods:
But that's just a suggestion
WORKAROUND: http.//localhost/mycustom/collectionEndpoint
The text was updated successfully, but these errors were encountered: