plouc / mozaik

Mozaïk is a tool based on nodejs / react / redux / nivo / d3 to easily craft beautiful dashboards
http://mozaik.rocks
MIT License
3.61k stars 363 forks source link

Client API method is called only once even if params change #31

Closed juhamust closed 9 years ago

juhamust commented 9 years ago

Recent change requires Mozaik extension apis to be in format of extension.methodName. This makes sense but the problem is when same API method is called twice (or more) with different parameters.

Currently it always return same value.

See related ticket: https://github.com/plouc/mozaik-ext-weather/issues/2

plouc commented 9 years ago

Fixed in plouc/mozaik@f4bffb1, the old format is the with api_id.method.unique_param is the good on