Changes between Version 3 and Version 4 of Extensions
- Timestamp:
- 01/24/11 01:20:59 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Extensions
v3 v4 31 31 Provides API for getting raw data from CKAN resources 32 32 33 * Name: dataapi 34 * Code repo: https://bitbucket.org/okfn/ckanext-dataapi/35 * PyPI: http://pypi.python.org/pypi/ckanext-dataapi33 * Name: dataapi 34 * Code repo: https://bitbucket.org/okfn/ckanext-dataapi/ 35 * PyPI: http://pypi.python.org/pypi/ckanext-dataapi 36 36 37 Use: CKAN_URL/api/data/RESOURCE_ID?PARAMETERS 37 Use: 38 39 {{{CKAN_URL/api/data/RESOURCE_ID?PARAMETERS}}} 38 40 39 41 Currently supported resources: XLS, CSV. For more information and for list of available PARAMETERS, please refer to the [http://packages.python.org/dataproxy/ dataproxy documentation]