opendatatrentino / jackan

Java client to access CKAN repositories
http://opendatatrentino.github.io/jackan
Other
19 stars 13 forks source link

Fix for request package in org #17

Closed florent-andre closed 9 years ago

florent-andre commented 9 years ago

this commit fe1d259 as no relation with this pull request and can be removed.

pull request related to #16

DavidLeoni commented 9 years ago

Thanks for the pull request, but I didn't put the datasetList in CkanOrganization on purpose for three reasons:

1) There is already CkanClient.searchDatasets(CkanQuery) see related test for filtering by Organization 2) group_show call has artificial limit to 1000 and doesn't allow offsets (while search does) 3) Ckan has a bad tendency of returning different sets of fields for Dataset depending on the webapi call, so just using search api I think gives more predictable results.

If the workaround above is still not enough, please tell me more about your particular use case so I'll see what I can do. For now I'm going to close the pull request and related issue