[ckan-dev] Missing organization feeds

Nigel Babu nigel.babu at okfn.org
Mon Jan 27 03:15:13 UTC 2014


I *think* this is an inadvertent breakage when the group_show API started
returning 404 for organizations. It probably used to work back when you
could give organization names as well. Definitely worth a bug.

Nigel Babu

Developer  |  @nigelbabu <https://twitter.com/nigelbabu>

The Open Knowledge Foundation <http://okfn.org/>

Empowering through Open Knowledge

http://okfn.org/  |  @okfn <http://twitter.com/OKFN>  |  OKF on
Facebook<https://www.facebook.com/OKFNetwork> |
Blog <http://blog.okfn.org/>  |  Newsletter<http://okfn.org/about/newsletter>

 CKAN | http://ckan.org/ | @CKANproject
<http://twitter.com/CKANproject> |the world’s leading open-source data
portal platform


On 24 January 2014 22:09, Ross Jones <ross at servercode.co.uk> wrote:

> Am I right in thinking that you cannot generate an Atom feed for
> organizations?
>
> The routing config has the following:
>
>     with SubMapper(map, controller='feed') as m:
>         m.connect('/feeds/group/{id}.atom', action='group')
>         m.connect('/feeds/tag/{id}.atom', action='tag')
>         m.connect('/feeds/dataset.atom', action='general')
>         m.connect('/feeds/custom.atom', action='custom')
>
> But the group action in the feed controller uses group_show.
>
> Ross
> _______________________________________________
> ckan-dev mailing list
> ckan-dev at lists.okfn.org
> https://lists.okfn.org/mailman/listinfo/ckan-dev
> Unsubscribe: https://lists.okfn.org/mailman/options/ckan-dev
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.okfn.org/pipermail/ckan-dev/attachments/20140127/327c4a74/attachment-0003.html>


More information about the ckan-dev mailing list