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
Currently it just does a simple $deliveries = $service->getAllAssemblies(); call in line 331.
Based on RestDelivery.update(), however, it looks like there's already a facility to support delivery filtering. I'm looking at this line of the update method:
It would be good to have search params be supported in get() because, right now, we have to resort to using update() to just get a filtered list of delivery IDs.
The text was updated successfully, but these errors were encountered:
I'm referring to this version of the code:
extension-tao-delivery-rdf/controller/RestDelivery.php
Lines 302 to 356 in 13a3420
Currently it just does a simple
$deliveries = $service->getAllAssemblies();
call in line 331.Based on
RestDelivery.update()
, however, it looks like there's already a facility to support delivery filtering. I'm looking at this line of theupdate
method:extension-tao-delivery-rdf/controller/RestDelivery.php
Line 180 in 13a3420
It would be good to have search params be supported in
get()
because, right now, we have to resort to usingupdate()
to just get a filtered list of delivery IDs.The text was updated successfully, but these errors were encountered: