Open davidlaprade opened 6 years ago
@bricesanchez @AlessioRocco
Have you guys had a chance to look at this? I've had it running in production for a couple months now without issue. Anything I can do to help keep this moving along?
@bricesanchez it seems ok for me, what do you think?
Back in the days of Wombat, some endpoints depended on being able to pass parameters back to the system, e.g. a timestamp of the most recently updated item. This was the point behind the
#add_parameter
method in spree'sEndpointBase
, which most of the endpoints have as a dependency. Many of them require the#add_parameter
method to function properly, for example:to name a few.
This attempts to add this functionality to cangaroo, so that anyone using these endpoints really would find cangaroo to be backwards compatible with Wombat.