sync-addons
sync-addons copied to clipboard
Overriding a route
These lines make it impossible to override an endpoint and call the parent by super() because parameters will be in iargs and not kwargs https://github.com/itpp-labs/sync-addons/blob/0593839e603a35708a577f692917461d00657431/openapi/controllers/pinguin.py#L353-L355
Also, when overriding we only want to log data for the overriding method and not the parent so we can skip defining data_for_log when kwargs is empty