ckan / ckanapi

A command line interface and Python module for accessing the CKAN Action API
Other
178 stars 74 forks source link

Support requests_kwargs in action shortcut #174

Open amercader opened 3 years ago

amercader commented 3 years ago

A minor thing, but I really like to use the action shortcut and sometimes you need to tinker with the requests kwargs

wardi commented 3 years ago

feels like this should be set on the RemoteCKAN init and not mixed in with action parameters.

frafra commented 2 years ago

It looks similar to #190.