nebulab / cangaroo

Connect Any App to Any Service
https://github.com/nebulab/cangaroo
MIT License
107 stars 18 forks source link

Dynamic parameter persistence #59

Open davidlaprade opened 6 years ago

davidlaprade commented 6 years ago

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's EndpointBase, 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.

davidlaprade commented 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?

AlessioRocco commented 6 years ago

@bricesanchez it seems ok for me, what do you think?