Custom Query (2152 matches)
Results (277 - 279 of 2152)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#325 | fixed | Event push notification | dread | dread |
Description |
As aCKAN client program I want tobe notified when changes to the CKAN metadata occur. Examples of use
ContextThe current state of CKAN can be queried through the REST API, you can keep track of changes by reviewing the feeds, but there is no way to find out the instant something is changed, without costly polling. DesignSplit-off into two tickets:
TestingTo test notifications, Carrot / AMQP will be configured to use a native-Python Queue, instead of requiring RabbitMQ to be running on the machine. Related
|
|||
#326 | fixed | Centralise importation of json library | dread | dread |
Description |
Later versions of python use json which is better than simplejson, but it must be kept as an option for compatibility. So centralise the import of json to ckan.lib.helpers. |
|||
#328 | fixed | Mention code libraries in API documentation | dread | rgrp |
Description |
Should prominently (at the top?) mention existing code libraries for working with ckan api. Have:
|