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
ckanapi only uses the action api and so far there has been no update to the action api version. It's not a bad idea to add a parameter to allow a client to select the version, on the chance that we do come out with an action api v4 in the future.
I had a similar issue, but my problem was, that the url for action api is not located on 'api/action/'.
I made a fork, and implemented a configurable url for the action api: eea@cee14cd
Now, when I initialize the RemoteCKAN, I can set the url for api:
This line suggests that
ckanapi
doesn't support APIs with different versions, for example http://data.europa.eu/euodp/data/api/3 .Does
RemoteCKAN
need a new parameter in the constructor to specify the API version?The text was updated successfully, but these errors were encountered: