Skip to content
This repository has been archived by the owner on Jun 19, 2023. It is now read-only.
rossjones edited this page Dec 8, 2014 · 3 revisions

Entry point

Currently the entry point (categorize_package) returns a list of themes, and the new API call in https://github.com/datagovuk/ckanext-dgu/pull/72 would like to return the reason for each suggestion.

Was ...

["theme1", "theme2"]

Should be more like ...

{
    themes: [("theme", reason), ("theme"), reason)]
    taxonomies: [("term", reason)]
}
Clone this wiki locally