Changes between Version 2 and Version 3 of Extensions


Ignore:
Timestamp:
01/24/11 01:20:04 (3 years ago)
Author:
Stiivi
Comment:

added Data API

Legend:

Unmodified
Added
Removed
Modified
  • Extensions

    v2 v3  
    2626 * Code repo: https://knowledgeforge.net/ckan/ckanext 
    2727 * Pip path: {{{hg+https://knowledgeforget.net/ckan/ckanext}}} 
     28 
     29== Data API == 
     30 
     31Provides API for getting raw data from CKAN resources 
     32 
     33* Name: dataapi 
     34* Code repo: https://bitbucket.org/okfn/ckanext-dataapi/ 
     35* PyPI: http://pypi.python.org/pypi/ckanext-dataapi 
     36 
     37Use: CKAN_URL/api/data/RESOURCE_ID?PARAMETERS 
     38 
     39Currently supported resources: XLS, CSV. For more information and for list of available PARAMETERS, please refer to the [http://packages.python.org/dataproxy/ dataproxy documentation]