ckan / ckanapi

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

Allow the base_url of 'action/api/' to be overriden via subclassing #189

Closed anthonybaxter closed 3 years ago

anthonybaxter commented 3 years ago

Following on from https://github.com/ckan/ckanapi/pull/149 and achieving the same result using the suggested approach (I have a need for the same functionality).