You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently package_search is the only function which changes it's behaviour based on the CKAN version (I discovered this through #120).
Before fixing this issue, it's a good idea to use the strategy suggested in #72 of caching the CKAN version so that we don't need to make a request on multiple function calls to check the version.
It looks like the endpoints
revision_list
andpackage_revision_list
were removed in CKAN 2.9 (see the Changelog):Created on 2022-10-31 with reprex v2.0.2
The
activity_diff
endpoint appears to be the new relevant endpoint, but I still couldn't understand it's usage.Session Info and Traceback
The text was updated successfully, but these errors were encountered: